Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Jan 2016 14:59:54 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r405635 - head/math/sage
Message-ID:  <201601091459.u09ExsXs008991@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601091459.u09ExsXs008991>