aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-03-25 19:49:23 +0800
committerbapt <bapt@FreeBSD.org>2014-03-25 19:49:23 +0800
commitb1157b10f267a1eed6fa2ad6fa92ed11a5ac0d60 (patch)
tree0c0bf51d4e7455d8c00333378bf422552c09b339 /x11-wm
parent1f15b5c0951ef85f0fa86f2d24e752b594c35ca4 (diff)
downloadfreebsd-ports-gnome-b1157b10f267a1eed6fa2ad6fa92ed11a5ac0d60.tar.gz
freebsd-ports-gnome-b1157b10f267a1eed6fa2ad6fa92ed11a5ac0d60.tar.zst
freebsd-ports-gnome-b1157b10f267a1eed6fa2ad6fa92ed11a5ac0d60.zip
Support stage
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/selectwm/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/x11-wm/selectwm/Makefile b/x11-wm/selectwm/Makefile
index 820cc19e60cc..a13bb25a892f 100644
--- a/x11-wm/selectwm/Makefile
+++ b/x11-wm/selectwm/Makefile
@@ -9,16 +9,13 @@ MASTER_SITES= http://ordiluc.net/selectwm/
MAINTAINER= bhaga@absoludicrous.com
COMMENT= GTK application to let you select a window manager when starting X
-MAN1= selectwm.1
-
-USES= pkgconfig
-USE_BZIP2= yes
+USES= pkgconfig tar:bzip2
USE_GNOME= gtk20
GNU_CONFIGURE= yes
-PLIST_FILES= bin/selectwm share/locale/fr/LC_MESSAGES/selectwm.mo
+PLIST_FILES= bin/selectwm share/locale/fr/LC_MESSAGES/selectwm.mo \
+ man/man1/selectwm.1.gz
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's,-O2,${CFLAGS},g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's,^CFLAGS =,CFLAGS +=,' -e 's,-O2,,' \