diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-29 14:23:48 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-29 14:23:48 +0000 |
commit | d3b5f498f3e37a25768f496a547e168b03ede2e5 (patch) | |
tree | 078d06ec561234e72b0e1b354d263dbcbe779852 /x11-wm | |
parent | 1940c8b780c3ec3f5e046920fc339bee68168009 (diff) | |
download | ports-d3b5f498f3e37a25768f496a547e168b03ede2e5.tar.gz ports-d3b5f498f3e37a25768f496a547e168b03ede2e5.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/weewm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-wm/weewm/Makefile b/x11-wm/weewm/Makefile index ee1376c941a1..75c27152f9e0 100644 --- a/x11-wm/weewm/Makefile +++ b/x11-wm/weewm/Makefile @@ -14,12 +14,11 @@ COMMENT= Fast and ultra light windowmanager with total keyboard control PLIST_FILES= bin/weewm USE_XORG= x11 -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,^CC=,CC?=,' -e 's,/usr/X11R6,${LOCALBASE},g' \ ${WRKSRC}/src/Makefile do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/weewm ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/src/weewm ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk> |