svn commit: r386674 - head/lang/python-doc-html
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon May 18 12:18:27 UTC 2015
Author: amdmi3
Date: Mon May 18 12:18:26 2015
New Revision: 386674
URL: https://svnweb.freebsd.org/changeset/ports/386674
Log:
- Drop @dirrm* from plist
Approved by: portmgr blanket
Modified:
head/lang/python-doc-html/Makefile
Modified: head/lang/python-doc-html/Makefile
==============================================================================
--- head/lang/python-doc-html/Makefile Mon May 18 12:06:10 2015 (r386673)
+++ head/lang/python-doc-html/Makefile Mon May 18 12:18:26 2015 (r386674)
@@ -35,9 +35,7 @@ IGNORE= invalid value for DOCFORMAT: "$
pre-install:
@cd ${WRKSRC} && \
- (${FIND} . -type f | ${SED} -e 's|^\./|%%DOCSDIR%%/|' | ${SORT}; \
- ${FIND} * -type d | ${SED} -e 's|^|@dirrm %%DOCSDIR%%/|' | ${SORT} -r; \
- ${ECHO_CMD} "@dirrmtry %%DOCSDIR%%") > ${PLIST}
+ (${FIND} . -type f | ${SED} -e 's|^\./|%%DOCSDIR%%/|' | ${SORT}) > ${PLIST}
do-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}/
More information about the svn-ports-all
mailing list