aboutsummaryrefslogtreecommitdiffstats
path: root/lang/clang33
diff options
context:
space:
mode:
Diffstat (limited to 'lang/clang33')
-rw-r--r--lang/clang33/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/lang/clang33/Makefile b/lang/clang33/Makefile
index 37f75815ca36..fda254aaf617 100644
--- a/lang/clang33/Makefile
+++ b/lang/clang33/Makefile
@@ -191,12 +191,6 @@ build-plist:
${FIND} ${STAGEDIR}${DOCSDIR} -type f | \
${SED} -e 's|${STAGEDIR}${DOCSDIR}|%%PORTDOCS%%%%DOCSDIR%%|' | \
${SORT} >> ${PLIST}
- ${FIND} ${PLIST_DIR_LIST:S|^|${STAGEDIR}${LLVM_PREFIX}/|} -type d | \
- ${SED} -e 's|${STAGEDIR}${PREFIX}/|@dirrm |' | \
- ${SORT} -r >> ${PLIST}
- ${FIND} ${STAGEDIR}${DOCSDIR} -type d | ${SORT} -r | \
- ${SED} -e 's|${STAGEDIR}${DOCSDIR}|%%PORTDOCS%%@dirrm %%DOCSDIR%%|' \
- >> ${PLIST}
.if make(svn-patch)
.if !defined(PATCH_REV)