aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-17 12:55:29 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-17 12:55:29 +0000
commited4533b27686224539af169c0c404bd836214261 (patch)
tree910cbf563fa34dcdb9113e7fdc4ceed8a9692e4a /deskutils
parent4ab4a24e05b58bac0095e58725e5dd3afda7cc79 (diff)
downloadports-ed4533b27686224539af169c0c404bd836214261.tar.gz
ports-ed4533b27686224539af169c0c404bd836214261.zip
Notes
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/affiche/Makefile5
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>