aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2009-02-06 07:55:10 +0800
committermezz <mezz@FreeBSD.org>2009-02-06 07:55:10 +0800
commit38e810f654c58f28cee6b9b26833eda279c1fbbe (patch)
tree6d5f64418bdd78112440d36ca7868a71346de6f5 /x11-wm
parent91476111f1e4c6014d55019aec0aab6c59a68cff (diff)
downloadfreebsd-ports-gnome-38e810f654c58f28cee6b9b26833eda279c1fbbe.tar.gz
freebsd-ports-gnome-38e810f654c58f28cee6b9b26833eda279c1fbbe.tar.zst
freebsd-ports-gnome-38e810f654c58f28cee6b9b26833eda279c1fbbe.zip
Correct the post-patch to replace the %%LOCALBASE%% in fbsetbg, bump the
PORTREVISION. Submitted by: Tim Daneliuk <tundra@tundraware.com>
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' \