Remove deprecated @dirrm

PR:		206071
Submitted by:	myself
Approved by:	portmgr (blanket)
This commit is contained in:
Pawel Pekala 2016-01-09 14:59:54 +00:00
parent f54fad3376
commit ee268a4a01
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=405635

View file

@ -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>