- Strip binary

This commit is contained in:
Dmitry Marakasov 2015-06-17 22:44:42 +00:00
parent 9cc8304feb
commit 365b5f928f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390001

View File

@ -3,7 +3,7 @@
PORTNAME= edenmath
PORTVERSION= 1.1.1
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= math gnustep
MASTER_SITES= http://www.eskimo.com/~pburns/EdenMath/files/
DISTNAME= EdenMath_GNUstep-${PORTVERSION}
@ -20,4 +20,7 @@ post-patch:
${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \
${WRKSRC}/GNUmakefile
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/EdenMath.app/EdenMath
.include <bsd.port.mk>