svn commit: r405635 - head/math/sage

Pawel Pekala pawel at FreeBSD.org
Sat Jan 9 14:59:55 UTC 2016


Author: pawel
Date: Sat Jan  9 14:59:54 2016
New Revision: 405635
URL: https://svnweb.freebsd.org/changeset/ports/405635

Log:
  Remove deprecated @dirrm
  
  PR:		206071
  Submitted by:	myself
  Approved by:	portmgr (blanket)

Modified:
  head/math/sage/Makefile

Modified: head/math/sage/Makefile
==============================================================================
--- head/math/sage/Makefile	Sat Jan  9 14:30:20 2016	(r405634)
+++ head/math/sage/Makefile	Sat Jan  9 14:59:54 2016	(r405635)
@@ -91,9 +91,7 @@ post-install:
 	@${FIND} -s ${STAGED_SAGE_DIR} -not -type d | \
 		${SED} -e 's#${STAGEDIR}${PREFIX}/##' >> ${TMPPLIST}
 	@${FIND} -s ${STAGED_SAGE_DIR} -type d -empty | \
-		${SED} -e 's#${STAGEDIR}${PREFIX}/#@exec ${MKDIR} %D/#' >> ${TMPPLIST}
-	@${FIND} -s ${STAGED_SAGE_DIR} -type d -depth | \
-		${SED} -e 's#${STAGEDIR}${PREFIX}/#@dirrm #' >> ${TMPPLIST}
+		${SED} -e 's#${STAGEDIR}${PREFIX}/#@dir #' >> ${TMPPLIST}
 
 .include <bsd.port.pre.mk>
 


More information about the svn-ports-head mailing list