svn commit: r406510 - head/lang/clang33

Pawel Pekala pawel at FreeBSD.org
Sun Jan 17 14:32:33 UTC 2016


Author: pawel
Date: Sun Jan 17 14:32:32 2016
New Revision: 406510
URL: https://svnweb.freebsd.org/changeset/ports/406510

Log:
  Remove deprecated @dirrm
  
  Approved by:	portmgr blanket

Modified:
  head/lang/clang33/Makefile

Modified: head/lang/clang33/Makefile
==============================================================================
--- head/lang/clang33/Makefile	Sun Jan 17 14:09:16 2016	(r406509)
+++ head/lang/clang33/Makefile	Sun Jan 17 14:32:32 2016	(r406510)
@@ -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)


More information about the svn-ports-all mailing list