aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-01-06 16:44:25 +0800
committerbapt <bapt@FreeBSD.org>2014-01-06 16:44:25 +0800
commit540c950b571161bb0029551fcd5784d08f1ff038 (patch)
treedc1b8cf0cf63f6066db3f163781d7f01f0231b22 /x11
parent16ce5405c55843e40971a9f7d41e8ea79d6303e8 (diff)
downloadfreebsd-ports-gnome-540c950b571161bb0029551fcd5784d08f1ff038.tar.gz
freebsd-ports-gnome-540c950b571161bb0029551fcd5784d08f1ff038.tar.zst
freebsd-ports-gnome-540c950b571161bb0029551fcd5784d08f1ff038.zip
Support stage
Strip binaries
Diffstat (limited to 'x11')
-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>