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-08-03 19:25:34 +00:00
parent 8be35b98d8
commit 37d91e04f9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=393486

View File

@ -3,7 +3,7 @@
PORTNAME= charmap
PORTVERSION= 0.2
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= deskutils gnustep
MASTER_SITES= SAVANNAH
@ -16,4 +16,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USES= gnustep
USE_GNUSTEP= back build
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/Charmap.app/Charmap
.include <bsd.port.mk>