diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-25 19:49:23 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-25 19:49:23 +0800 |
commit | b1157b10f267a1eed6fa2ad6fa92ed11a5ac0d60 (patch) | |
tree | 0c0bf51d4e7455d8c00333378bf422552c09b339 /x11-wm | |
parent | 1f15b5c0951ef85f0fa86f2d24e752b594c35ca4 (diff) | |
download | freebsd-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/Makefile | 9 |
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,,' \ |