Date: Mon, 6 Jan 2014 08:44:26 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338847 - head/x11/bgs Message-ID: <201401060844.s068iQQ1044547@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Jan 6 08:44:25 2014 New Revision: 338847 URL: http://svnweb.freebsd.org/changeset/ports/338847 Log: Support stage Strip binaries Modified: head/x11/bgs/Makefile Modified: head/x11/bgs/Makefile ============================================================================== --- head/x11/bgs/Makefile Mon Jan 6 08:42:20 2014 (r338846) +++ head/x11/bgs/Makefile Mon Jan 6 08:44:25 2014 (r338847) @@ -14,8 +14,10 @@ COMMENT= Simple X11 BackGround Setter us USE_XORG= x11 xinerama USE_EFL= imlib2 -MAN1= bgs.1 -PLIST_FILES= bin/bgs +PLIST_FILES= bin/bgs \ + man/man1/bgs.1.gz + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/bgs -NO_STAGE= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401060844.s068iQQ1044547>