diff options
author | pawel <pawel@FreeBSD.org> | 2016-01-17 11:41:36 +0000 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2016-01-17 11:41:36 +0000 |
commit | 9a44d520b51925f2f5e4f5c6ebb616ec60aa8933 (patch) | |
tree | d1cf24de70089fa0003eb4022e4cc248152494f9 | |
parent | 6b4d294b779aa7b366416bda1e5d61073620dd32 (diff) | |
download | FreeBSD-ports-9a44d520b51925f2f5e4f5c6ebb616ec60aa8933.zip FreeBSD-ports-9a44d520b51925f2f5e4f5c6ebb616ec60aa8933.tar.gz |
Remove deprecated @dirrm
Approved by: portmgr blanket
-rw-r--r-- | devel/llvm33/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/devel/llvm33/Makefile b/devel/llvm33/Makefile index 8ff75be..a19e7d2 100644 --- a/devel/llvm33/Makefile +++ b/devel/llvm33/Makefile @@ -258,13 +258,6 @@ build-plist: ${FIND} ${STAGEDIR}${DOCSDIR} -type f | \ ${SED} -e 's|${STAGEDIR}${DOCSDIR}|%%PORTDOCS%%%%DOCSDIR%%|' | \ ${SORT} >> ${PLIST} - ${FIND} ${STAGEDIR}${LLVM_PREFIX} -type d | \ - ${SED} -e 's|${STAGEDIR}${PREFIX}/||' | \ - ${SORT} -r | ${SED} -e 's|^|@dirrm |' >> ${PLIST} - echo "%%LIT%%@dirrm %%PYTHON_SITELIBDIR%%/lit${LLVM_SUFFIX}" >> ${PLIST} - ${FIND} ${STAGEDIR}${DOCSDIR} -type d | \ - ${SED} -e 's|${STAGEDIR}${DOCSDIR}|%%PORTDOCS%%@dirrm %%DOCSDIR%%|' | \ - ${SORT} -r >> ${PLIST} .if make(svn-patch) .if !defined(PATCH_REV) |