Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Dec 2013 18:39:49 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r338159 - head/cad/electric
Message-ID:  <201312301839.rBUIdnY3058135@svn.freebsd.org>

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



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