svn commit: r378431 - head/devel/bmake

Baptiste Daroussin bapt at FreeBSD.org
Wed Feb 4 23:41:10 UTC 2015


Author: bapt
Date: Wed Feb  4 23:41:09 2015
New Revision: 378431
URL: https://svnweb.freebsd.org/changeset/ports/378431
QAT: https://qat.redports.org/buildarchive/r378431/

Log:
  Remove now unneeded @dirrm

Modified:
  head/devel/bmake/Makefile

Modified: head/devel/bmake/Makefile
==============================================================================
--- head/devel/bmake/Makefile	Wed Feb  4 23:40:06 2015	(r378430)
+++ head/devel/bmake/Makefile	Wed Feb  4 23:41:09 2015	(r378431)
@@ -35,11 +35,6 @@ do-install:
 	    ${FIND} share/mk -type f -o -type l				\
 	    	| ${SORT}						\
 	    	>${WRKDIR}/PLIST.share-mk
-	cd ${STAGEDIR}${PREFIX} ;					\
-	    ${FIND} share/mk -type d					\
-	    	| ${SORT} -r						\
-		| ${SED} -e 's/^/@dirrmtry /; ${PLIST_REINPLACE_DIRRMTRY}' \
-		>>${WRKDIR}/PLIST.share-mk
 	${ECHO_CMD} "r ${TMPPLIST}"			> ${WRKDIR}/ex.script
 	${ECHO_CMD} "/Insert PLIST.share-mk"		>> ${WRKDIR}/ex.script
 	${ECHO_CMD} "d"					>> ${WRKDIR}/ex.script


More information about the svn-ports-all mailing list