diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-30 18:39:48 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-30 18:39:48 +0000 |
commit | ab423ae3193fac6570baba6cac7feb63f3ff3fdb (patch) | |
tree | 759146164b1f702f2467c07e872d959c2c187552 /cad | |
parent | Stage support (diff) |
Stage support
Notes
Notes:
svn path=/head/; revision=338159
Diffstat (limited to 'cad')
-rw-r--r-- | cad/electric/Makefile | 3 |
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> |