aboutsummaryrefslogtreecommitdiff
path: root/cad/electric
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2013-12-30 18:39:48 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2013-12-30 18:39:48 +0000
commitab423ae3193fac6570baba6cac7feb63f3ff3fdb (patch)
tree759146164b1f702f2467c07e872d959c2c187552 /cad/electric
parent5e1c9c042d5b9b30eebff63cb784c76e11086ee7 (diff)
downloadports-ab423ae3193fac6570baba6cac7feb63f3ff3fdb.tar.gz
ports-ab423ae3193fac6570baba6cac7feb63f3ff3fdb.zip
Notes
Diffstat (limited to 'cad/electric')
-rw-r--r--cad/electric/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/cad/electric/Makefile b/cad/electric/Makefile
index 22c9c35dc0a3..3076f46a683f 100644
--- a/cad/electric/Makefile
+++ b/cad/electric/Makefile
@@ -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>