svn commit: r338159 - head/cad/electric

Antoine Brodin antoine at FreeBSD.org
Mon Dec 30 18:39:49 UTC 2013


Author: antoine
Date: Mon Dec 30 18:39:48 2013
New Revision: 338159
URL: http://svnweb.freebsd.org/changeset/ports/338159

Log:
  Stage support

Modified:
  head/cad/electric/Makefile

Modified: head/cad/electric/Makefile
==============================================================================
--- head/cad/electric/Makefile	Mon Dec 30 18:36:10 2013	(r338158)
+++ head/cad/electric/Makefile	Mon Dec 30 18:39:48 2013	(r338159)
@@ -20,7 +20,6 @@ T1LIB_DESC=	Use T1lib Type1 font library
 
 USES=		motif
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 FEATURES+=	MOTIF
@@ -55,6 +54,6 @@ post-patch:
 .endfor
 
 post-install:
-	${STRIP_CMD} ${PREFIX}/bin/electric
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/electric
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list