svn commit: r338847 - head/x11/bgs

Baptiste Daroussin bapt at FreeBSD.org
Mon Jan 6 08:44:26 UTC 2014


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>


More information about the svn-ports-all mailing list