diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2013-07-06 01:22:56 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2013-07-06 01:22:56 +0000 |
commit | 0458432ec05c78e9f036d315f3f22fb5c9fd048e (patch) | |
tree | 76fe04a8c53e7168ffdb46cda0122fa282ff69df /x11-wm | |
parent | c6bfca9abcb51ee3c560928c55dedffcbe592e85 (diff) |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/fluxter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/fluxter/Makefile b/x11-wm/fluxter/Makefile index 04ce18c16862..5d54509d81a0 100644 --- a/x11-wm/fluxter/Makefile +++ b/x11-wm/fluxter/Makefile @@ -11,7 +11,7 @@ COMMENT= Desktop pager for the Fluxbox Slit USE_XORG= x11 ice xproto xt xaw xext GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake post-patch: @${REINPLACE_CMD} -e "s|/fluxbox|/${PORTNAME}|g" \ |