aboutsummaryrefslogtreecommitdiff
path: root/x11/bgs
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-06 08:44:25 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-06 08:44:25 +0000
commit2a40781036c10fb0b016ceb1735b047edaeee133 (patch)
treedc1b8cf0cf63f6066db3f163781d7f01f0231b22 /x11/bgs
parent950b2235213ee5a4b1d3b18e1a32557ac00ce69a (diff)
downloadports-2a40781036c10fb0b016ceb1735b047edaeee133.tar.gz
ports-2a40781036c10fb0b016ceb1735b047edaeee133.zip
Support stage
Strip binaries
Notes
Notes: svn path=/head/; revision=338847
Diffstat (limited to 'x11/bgs')
-rw-r--r--x11/bgs/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/x11/bgs/Makefile b/x11/bgs/Makefile
index e6c372450f7a..edbc7febab3f 100644
--- a/x11/bgs/Makefile
+++ b/x11/bgs/Makefile
@@ -14,8 +14,10 @@ COMMENT= Simple X11 BackGround Setter using Imlib2
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>