diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-18 06:44:31 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-18 06:44:31 +0800 |
commit | c0f7379e0e85e36620c7eb4d9d5c568cfdd54da0 (patch) | |
tree | 88e4053b85f4aabe023d22a8668c8a4c906831e3 /deskutils | |
parent | 92292d710722596337a9162a2fc84338c01c57d2 (diff) | |
download | freebsd-ports-gnome-c0f7379e0e85e36620c7eb4d9d5c568cfdd54da0.tar.gz freebsd-ports-gnome-c0f7379e0e85e36620c7eb4d9d5c568cfdd54da0.tar.zst freebsd-ports-gnome-c0f7379e0e85e36620c7eb4d9d5c568cfdd54da0.zip |
- Strip binary
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/cartotheque/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/deskutils/cartotheque/Makefile b/deskutils/cartotheque/Makefile index 993296e64554..df04df7c051c 100644 --- a/deskutils/cartotheque/Makefile +++ b/deskutils/cartotheque/Makefile @@ -2,7 +2,7 @@ PORTNAME= cartotheque PORTVERSION= 0.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= deskutils gnustep MASTER_SITES= LOCAL/dinoex DISTNAME= Cartotheque-${PORTVERSION} @@ -19,4 +19,7 @@ post-patch: ${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \ ${WRKSRC}/GNUmakefile +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/Cartotheque.app/Cartotheque + .include <bsd.port.mk> |