- Strip binary

This commit is contained in:
Dmitry Marakasov 2015-02-25 01:45:51 +00:00
parent 511ea2daec
commit 79834e2ab1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379864

View file

@ -22,4 +22,7 @@ USE_GNUSTEP_INSTALL= yes
post-patch:
${RM} ${WRKSRC}/shared_obj/*.*
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/TimeMon.app/TimeMon
.include <bsd.port.mk>