svn commit: r389913 - head/deskutils/affiche
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Jun 17 12:55:30 UTC 2015
Author: amdmi3
Date: Wed Jun 17 12:55:29 2015
New Revision: 389913
URL: https://svnweb.freebsd.org/changeset/ports/389913
Log:
- Strip binary
Modified:
head/deskutils/affiche/Makefile
Modified: head/deskutils/affiche/Makefile
==============================================================================
--- head/deskutils/affiche/Makefile Wed Jun 17 12:54:57 2015 (r389912)
+++ head/deskutils/affiche/Makefile Wed Jun 17 12:55:29 2015 (r389913)
@@ -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>
More information about the svn-ports-head
mailing list