aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-08-04 03:25:34 +0800
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-08-04 03:25:34 +0800
commit37d91e04f976052bdac4028857a833b411e3bb68 (patch)
tree84e7c53c6da5fe00b7d1ae44524625c81e48c0b6 /deskutils
parent8be35b98d860eb5677acb220e4704d4baae664bd (diff)
downloadfreebsd-ports-gnome-37d91e04f976052bdac4028857a833b411e3bb68.tar.gz
freebsd-ports-gnome-37d91e04f976052bdac4028857a833b411e3bb68.tar.zst
freebsd-ports-gnome-37d91e04f976052bdac4028857a833b411e3bb68.zip
- Strip binary
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/charmap/Makefile5
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>