summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: