1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

Cleanup plist

This commit is contained in:
Baptiste Daroussin 2015-02-04 23:54:17 +00:00
parent cea01f2dc9
commit 84f7d9d0d7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=378436

View File

@ -39,9 +39,7 @@ post-configure:
post-install:
.if ${PORT_OPTIONS:MDOXYGEN}
@cd ${STAGEDIR}${PREFIX} && \
${FIND} ${DOCSDIR:S|${PREFIX}/||} ! -type d >> ${TMPPLIST} && \
${FIND} ${DOCSDIR:S|${PREFIX}/||} -type d | ${SORT} -r | \
${SED} 's|^|@dirrm |' >> ${TMPPLIST}
${FIND} ${DOCSDIR:S|${PREFIX}/||} ! -type d >> ${TMPPLIST}
.endif
.include <bsd.port.mk>