summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-02-26 01:25:27 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-02-26 01:25:27 +0000
commitda8e7692e22484d7c130e23fd1611d7c187e7991 (patch)
tree3cbd042b39c47520a6c4cebeffaf6e80668d7a43
parent- Add LICENSE (diff)
- Drop @dirrm* from plist
Notes
Notes: svn path=/head/; revision=379971
-rw-r--r--devel/root-doc/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/devel/root-doc/Makefile b/devel/root-doc/Makefile
index c953ce5de8cb..62d6bb4f1803 100644
--- a/devel/root-doc/Makefile
+++ b/devel/root-doc/Makefile
@@ -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: