From 6b14a5e2709c21cf2c3f0966eac37884901502ce Mon Sep 17 00:00:00 2001 From: Trevor Johnson Date: Sat, 11 May 2002 20:26:44 +0000 Subject: Patch some overlooked instances of "Bsetroot" in osetroot.1. This is too trivial for a PORTREVISION bump. --- x11-wm/hackedbox/Makefile | 3 ++- x11-wm/openbox/Makefile | 3 ++- 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: -- cgit v1.2.3