- Drop @dirrm* from plist

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2015-05-13 15:21:12 +00:00
parent b25dd9b3ce
commit b1742c5b79
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386224

View file

@ -54,8 +54,5 @@ do-install:
${SED} 's,^${STAGEDIR}${PREFIX}/,,' | ${SORT} >> ${TMPPLIST}
@${FIND} ${STAGEDIR}${DATADIR} -not -type d | \
${SED} 's,^${STAGEDIR}${PREFIX}/,,' | ${SORT} >> ${TMPPLIST}
@${FIND} ${STAGEDIR}${DATADIR} -type d | \
${SED} 's,^${STAGEDIR}${PREFIX}/,@dirrm ,' | \
${SORT} -r >> ${TMPPLIST}
.include <bsd.port.mk>