svn commit: r380076 - head/devel/cross-binutils

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Feb 27 12:21:48 UTC 2015


Author: amdmi3
Date: Fri Feb 27 12:21:47 2015
New Revision: 380076
URL: https://svnweb.freebsd.org/changeset/ports/380076
QAT: https://qat.redports.org/buildarchive/r380076/

Log:
  - Drop @dirrm* from plist
  
  Approved by:	portmgr blanket

Modified:
  head/devel/cross-binutils/Makefile

Modified: head/devel/cross-binutils/Makefile
==============================================================================
--- head/devel/cross-binutils/Makefile	Fri Feb 27 12:21:18 2015	(r380075)
+++ head/devel/cross-binutils/Makefile	Fri Feb 27 12:21:47 2015	(r380076)
@@ -142,7 +142,5 @@ post-install:
 #
 	@${FIND} -ds ${STAGEDIR}${PREFIX}/${OURTARGET} ! -type d | \
 		${SED} -e 's,^${STAGEDIR}${PREFIX}/,,' >> ${TMPPLIST}
-	@${FIND} -ds ${STAGEDIR}${PREFIX}/${OURTARGET} -type d | \
-		${SED} -e 's,^${STAGEDIR}${PREFIX}/, at dirrm ,' >> ${TMPPLIST}
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list