aboutsummaryrefslogtreecommitdiff
path: root/print/gspdf
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-18 19:48:39 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-18 19:48:39 +0000
commit3617d7d942703d3b2f3fb2249642f8fc24a8d9ba (patch)
treee0ccf46d289f20c71f9f31fa39ba8223c1a0ce8a /print/gspdf
parent18eff4765e5cb40b24c2a1f404fc02b3e5e4d42f (diff)
downloadports-3617d7d942703d3b2f3fb2249642f8fc24a8d9ba.tar.gz
ports-3617d7d942703d3b2f3fb2249642f8fc24a8d9ba.zip
- Strip binary
Notes
Notes: svn path=/head/; revision=390047
Diffstat (limited to 'print/gspdf')
-rw-r--r--print/gspdf/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/print/gspdf/Makefile b/print/gspdf/Makefile
index dd2df80360f0..3b6b6959b6b6 100644
--- a/print/gspdf/Makefile
+++ b/print/gspdf/Makefile
@@ -2,7 +2,7 @@
PORTNAME= gspdf
PORTVERSION= 0.5
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= print gnustep
MASTER_SITES= SAVANNAH/gap
DISTNAME= GSPdf-${PORTVERSION}
@@ -14,6 +14,9 @@ USES= gnustep
USE_GNUSTEP= back build
USE_GHOSTSCRIPT= yes
-MAKE_ENV+= GNUSTEP_INSTALLATION_DOMAIN=SYSTEM
+MAKE_ENV= GNUSTEP_INSTALLATION_DOMAIN=SYSTEM
+
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/GSPdf.app/GSPdf
.include <bsd.port.mk>