From 2fe2263e15a5cfab4bc394a7301f54f798da2588 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Mon, 18 May 2015 12:18:26 +0000 Subject: - Drop @dirrm* from plist Approved by: portmgr blanket --- lang/python-doc-html/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lang/python-doc-html') diff --git a/lang/python-doc-html/Makefile b/lang/python-doc-html/Makefile index 0df734ca0ec1..dc18985d8b0d 100644 --- a/lang/python-doc-html/Makefile +++ b/lang/python-doc-html/Makefile @@ -35,9 +35,7 @@ IGNORE= invalid value for DOCFORMAT: "${DOCFORMAT}", possible values are: text, 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}/ -- cgit