1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Drop @dirrm* from plist

This commit is contained in:
Dmitry Marakasov 2015-02-26 01:25:27 +00:00
parent 24e990e3ee
commit da8e7692e2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379971

View File

@ -17,9 +17,6 @@ PLIST= ${WRKDIR}/pkg-plist
pre-install:
cd ${WRKSRC} && ${FIND} . \( -type f -or -type l \) -exec ${ECHO_CMD} \
"%%DOCSDIR%%/{}" \; > ${PLIST}.tmp
cd ${WRKSRC} && ${FIND} -d . -mindepth 1 -type d -exec ${ECHO_CMD} \
"@dirrm %%DOCSDIR%%/{}" \; >> ${PLIST}.tmp
${ECHO_CMD} "@dirrm %%DOCSDIR%%" >> ${PLIST}.tmp
${SED} -e "s/\/\.\//\//" ${PLIST}.tmp > ${PLIST}
do-install: