From ee268a4a0129d3e7b8d23c9a4f01a11004835ec4 Mon Sep 17 00:00:00 2001 From: Pawel Pekala Date: Sat, 9 Jan 2016 14:59:54 +0000 Subject: [PATCH] Remove deprecated @dirrm PR: 206071 Submitted by: myself Approved by: portmgr (blanket) --- math/sage/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/math/sage/Makefile b/math/sage/Makefile index 63a7e7f5f01a..fac16cd06f94 100644 --- a/math/sage/Makefile +++ b/math/sage/Makefile @@ -91,9 +91,7 @@ post-install: @${FIND} -s ${STAGED_SAGE_DIR} -not -type d | \ ${SED} -e 's#${STAGEDIR}${PREFIX}/##' >> ${TMPPLIST} @${FIND} -s ${STAGED_SAGE_DIR} -type d -empty | \ - ${SED} -e 's#${STAGEDIR}${PREFIX}/#@exec ${MKDIR} %D/#' >> ${TMPPLIST} - @${FIND} -s ${STAGED_SAGE_DIR} -type d -depth | \ - ${SED} -e 's#${STAGEDIR}${PREFIX}/#@dirrm #' >> ${TMPPLIST} + ${SED} -e 's#${STAGEDIR}${PREFIX}/#@dir #' >> ${TMPPLIST} .include