diff options
Diffstat (limited to 'deskutils/charmap/Makefile')
-rw-r--r-- | deskutils/charmap/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/deskutils/charmap/Makefile b/deskutils/charmap/Makefile index 0e784cb56243..4107da3405af 100644 --- a/deskutils/charmap/Makefile +++ b/deskutils/charmap/Makefile @@ -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> |