summaryrefslogtreecommitdiff
path: root/news/lusernet/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-18 19:49:09 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-18 19:49:09 +0000
commitf23e3f4ecd7d7c0ebc454c684dc4301a3935cecc (patch)
treedd798f20418c7018ada6e3cc8b637fbeefe3443a /news/lusernet/Makefile
parent- Clarify LICENSE (diff)
- Strip binary
Notes
Notes: svn path=/head/; revision=390051
Diffstat (limited to '')
-rw-r--r--news/lusernet/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/news/lusernet/Makefile b/news/lusernet/Makefile
index e7543e4acb3e..13540e451e10 100644
--- a/news/lusernet/Makefile
+++ b/news/lusernet/Makefile
@@ -2,7 +2,7 @@
PORTNAME= lusernet
PORTVERSION= 0.4.2
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= news gnustep
MASTER_SITES= LOCAL/dinoex
DISTNAME= LuserNET-${PORTVERSION}
@@ -16,4 +16,7 @@ USES= gnustep
USE_GNUSTEP= back build
LIB_DEPENDS= libPantomime.so:${PORTSDIR}/mail/pantomime
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/LuserNET.app/LuserNET
+
.include <bsd.port.mk>