1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Strip binary

This commit is contained in:
Dmitry Marakasov 2015-06-18 19:48:39 +00:00
parent 18eff4765e
commit 3617d7d942
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390047

View File

@ -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>