aboutsummaryrefslogtreecommitdiff
path: root/math/sage
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2016-01-09 14:59:54 +0000
committerPawel Pekala <pawel@FreeBSD.org>2016-01-09 14:59:54 +0000
commitee268a4a0129d3e7b8d23c9a4f01a11004835ec4 (patch)
treeb0dab5771558eb22246b770fae474d041ee3fbd5 /math/sage
parentf54fad3376ed6715a7807025b115bddec303ba2b (diff)
downloadports-ee268a4a0129d3e7b8d23c9a4f01a11004835ec4.tar.gz
ports-ee268a4a0129d3e7b8d23c9a4f01a11004835ec4.zip
Remove deprecated @dirrm
PR: 206071 Submitted by: myself Approved by: portmgr (blanket)
Notes
Notes: svn path=/head/; revision=405635
Diffstat (limited to 'math/sage')
-rw-r--r--math/sage/Makefile4
1 files changed, 1 insertions, 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 <bsd.port.pre.mk>