svn commit: r390051 - head/news/lusernet

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 18 19:49:11 UTC 2015


Author: amdmi3
Date: Thu Jun 18 19:49:09 2015
New Revision: 390051
URL: https://svnweb.freebsd.org/changeset/ports/390051

Log:
  - Strip binary

Modified:
  head/news/lusernet/Makefile

Modified: head/news/lusernet/Makefile
==============================================================================
--- head/news/lusernet/Makefile	Thu Jun 18 19:49:08 2015	(r390050)
+++ head/news/lusernet/Makefile	Thu Jun 18 19:49:09 2015	(r390051)
@@ -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>


More information about the svn-ports-all mailing list