aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2002-05-12 04:26:44 +0800
committerTrevor Johnson <trevor@FreeBSD.org>2002-05-12 04:26:44 +0800
commit6b14a5e2709c21cf2c3f0966eac37884901502ce (patch)
treefade91ef29482cb3b1a1b2afdb562dc92f177e65 /x11-wm
parent67a874ec4cfc64f1b574841fad58b3a4240ff842 (diff)
downloadfreebsd-ports-6b14a5e2709c21cf2c3f0966eac37884901502ce.tar.gz
freebsd-ports-6b14a5e2709c21cf2c3f0966eac37884901502ce.tar.zst
freebsd-ports-6b14a5e2709c21cf2c3f0966eac37884901502ce.zip
Patch some overlooked instances of "Bsetroot" in osetroot.1. This
is too trivial for a PORTREVISION bump.
Notes
Notes: svn path=/head/; revision=58927
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/hackedbox/Makefile3
-rw-r--r--x11-wm/openbox/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/x11-wm/hackedbox/Makefile b/x11-wm/hackedbox/Makefile
index 93e70105db60..116566435b11 100644
--- a/x11-wm/hackedbox/Makefile
+++ b/x11-wm/hackedbox/Makefile
@@ -29,7 +29,8 @@ USE_X_PREFIX= yes
GNU_CONFIGURE= yes
do-patch:
- ${PERL} -pi -e "s:bsetbg:osetbg:g; s:bsetroot:osetroot:g" \
+ ${PERL} -pi -e \
+ "s:bsetbg:osetbg:g; s:bsetroot:osetroot:g; s:Bsetroot:Osetroot:g" \
${WRKSRC}/data/styles/* ${WRKSRC}/doc/*.1
pre-install:
diff --git a/x11-wm/openbox/Makefile b/x11-wm/openbox/Makefile
index 93e70105db60..116566435b11 100644
--- a/x11-wm/openbox/Makefile
+++ b/x11-wm/openbox/Makefile
@@ -29,7 +29,8 @@ USE_X_PREFIX= yes
GNU_CONFIGURE= yes
do-patch:
- ${PERL} -pi -e "s:bsetbg:osetbg:g; s:bsetroot:osetroot:g" \
+ ${PERL} -pi -e \
+ "s:bsetbg:osetbg:g; s:bsetroot:osetroot:g; s:Bsetroot:Osetroot:g" \
${WRKSRC}/data/styles/* ${WRKSRC}/doc/*.1
pre-install: