1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

- Drop @dirrm* from plist

This commit is contained in:
Dmitry Marakasov 2015-05-11 09:59:11 +00:00
parent b5ffd674d6
commit c5073b6136
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386061

View File

@ -44,7 +44,5 @@ post-install:
.endfor
@${FIND} ${STAGEDIR}${EXAMPLESDIR} -type f | \
${SED} "s,^${STAGEDIR}${PREFIX}/,," >> ${TMPPLIST}
@${FIND} ${STAGEDIR}${EXAMPLESDIR} -type d | ${SORT} -r | \
${SED} "s,^${STAGEDIR}${PREFIX}/,@dirrm ," >> ${TMPPLIST}
.include <bsd.port.mk>