Date: Thu, 18 Jun 2015 19:49:10 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390051 - head/news/lusernet Message-ID: <201506181949.t5IJnAqq001497@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506181949.t5IJnAqq001497>