svn commit: r385936 - head/textproc/xhtml-modularization
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun May 10 10:18:42 UTC 2015
Author: amdmi3
Date: Sun May 10 10:18:41 2015
New Revision: 385936
URL: https://svnweb.freebsd.org/changeset/ports/385936
Log:
- Drop @dirrm* from plist
Modified:
head/textproc/xhtml-modularization/Makefile
Modified: head/textproc/xhtml-modularization/Makefile
==============================================================================
--- head/textproc/xhtml-modularization/Makefile Sun May 10 09:38:24 2015 (r385935)
+++ head/textproc/xhtml-modularization/Makefile Sun May 10 10:18:41 2015 (r385936)
@@ -64,12 +64,6 @@ pre-install:
${ECHO} "@exec ${XMLCAT_ADD}" >> ${PLIST}
${ECHO} "@unexec ${SGMLCAT_RM}" >> ${PLIST}
${ECHO} "@exec ${SGMLCAT_ADD}" >> ${PLIST}
- ${ECHO} "@dirrm ${dir_DTD}" >> ${PLIST}
- ${ECHO} '@dirrmtry share/xml/dtd' >> ${PLIST}
- ${ECHO} "@dirrm ${dir_DOC}/images" >> ${PLIST}
- ${ECHO} "@dirrm ${dir_DOC}" >> ${PLIST}
- ${ECHO} "@dirrm ${dir_TEMPLATES}" >> ${PLIST}
- ${ECHO} "@dirrm ${dir_EXAMPLES}" >> ${PLIST}
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/${dir_DTD}
More information about the svn-ports-all
mailing list