diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2016-01-09 14:59:54 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2016-01-09 14:59:54 +0000 |
commit | ee268a4a0129d3e7b8d23c9a4f01a11004835ec4 (patch) | |
tree | b0dab5771558eb22246b770fae474d041ee3fbd5 /math/sage | |
parent | f54fad3376ed6715a7807025b115bddec303ba2b (diff) |
Notes
Diffstat (limited to 'math/sage')
-rw-r--r-- | math/sage/Makefile | 4 |
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> |