diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-17 20:55:29 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-17 20:55:29 +0800 |
commit | fb4cefbe4f289a4dc125c79cc2a958f620485f2e (patch) | |
tree | 910cbf563fa34dcdb9113e7fdc4ceed8a9692e4a /deskutils/affiche | |
parent | 545fafb610d16630738e30e8b6c18b0ffc9c9b56 (diff) | |
download | freebsd-ports-gnome-fb4cefbe4f289a4dc125c79cc2a958f620485f2e.tar.gz freebsd-ports-gnome-fb4cefbe4f289a4dc125c79cc2a958f620485f2e.tar.zst freebsd-ports-gnome-fb4cefbe4f289a4dc125c79cc2a958f620485f2e.zip |
- Strip binary
Diffstat (limited to 'deskutils/affiche')
-rw-r--r-- | deskutils/affiche/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/deskutils/affiche/Makefile b/deskutils/affiche/Makefile index e5abe752d02a..3ab753b34b03 100644 --- a/deskutils/affiche/Makefile +++ b/deskutils/affiche/Makefile @@ -2,7 +2,7 @@ PORTNAME= affiche PORTVERSION= 0.6.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= deskutils gnustep MASTER_SITES= http://www.collaboration-world.com/affiche.data/releases/Stable/ DISTNAME= Affiche-${PORTVERSION} @@ -17,4 +17,7 @@ USE_GNUSTEP= back build WRKSRC= ${WRKDIR}/Affiche +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/Affiche.app/Affiche + .include <bsd.port.mk> |