- Drop @dirrm* from plist
Approved by: portmgr blanket
This commit is contained in:
parent
b25dd9b3ce
commit
b1742c5b79
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386224
1 changed files with 0 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue