1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Drop @dirrm* from plist

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2015-02-28 00:16:40 +00:00
parent 999fe9b96c
commit 161663d8d7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380127

View File

@ -111,8 +111,6 @@ do-install:
${INSTALL_DATA} ${DOC_FILES2:S|^|${DOCSRCDIR2}/|} ${STAGEDIR}${DOCSDIR2}
@cd ${STAGEDIR}${PREFIX} && ${FIND} ${DATADIR_REL}/levels \
-type f >> ${TMPPLIST} && \
${FIND} ${DATADIR_REL}/levels -type d -o -type l | ${SORT} -r | \
${SED} 's|^|@dirrm |' >> ${TMPPLIST}
-type f >> ${TMPPLIST}
.include <bsd.port.mk>