summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2009-02-05 23:55:10 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2009-02-05 23:55:10 +0000
commitbb3e0dff39fdfbf881ba513b9f241ce673a4996d (patch)
tree49caf6a4737becfba59cb96acb441f2176d2bcb8 /x11-wm
parent- Update to version 0.35.r4. (diff)
Correct the post-patch to replace the %%LOCALBASE%% in fbsetbg, bump the
PORTREVISION. Submitted by: Tim Daneliuk <tundra@tundraware.com>
Notes
Notes: svn path=/head/; revision=227697
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/fluxbox/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/fluxbox/Makefile b/x11-wm/fluxbox/Makefile
index d9601f754805..b784b1c8c371 100644
--- a/x11-wm/fluxbox/Makefile
+++ b/x11-wm/fluxbox/Makefile
@@ -7,7 +7,7 @@
PORTNAME= fluxbox
PORTVERSION= 1.1.0.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= x11-wm
MASTER_SITES= SF
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
@@ -154,7 +154,7 @@ pre-everything::
post-patch:
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
${WRKSRC}/util/fluxbox-generate_menu.in
- @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
+ @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
${WRKSRC}/util/fbsetbg
.if defined(WITHOUT_NLS)
@${REINPLACE_CMD} -e 's|HAVE_ICONV=yes|HAVE_ICONV=no|g' \