diff options
author | trevor <trevor@FreeBSD.org> | 2002-05-12 04:26:44 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2002-05-12 04:26:44 +0800 |
commit | 7c2656c2a377cf4ed8221bdff7588b16dec0c569 (patch) | |
tree | 7e42ec18c34fedd61efeaba8fa230a41ff1a3047 | |
parent | 773585df596e33384537cfd22b2e8858b4d3ef85 (diff) | |
download | freebsd-ports-gnome-7c2656c2a377cf4ed8221bdff7588b16dec0c569.tar.gz freebsd-ports-gnome-7c2656c2a377cf4ed8221bdff7588b16dec0c569.tar.zst freebsd-ports-gnome-7c2656c2a377cf4ed8221bdff7588b16dec0c569.zip |
Patch some overlooked instances of "Bsetroot" in osetroot.1. This
is too trivial for a PORTREVISION bump.
-rw-r--r-- | x11-wm/hackedbox/Makefile | 3 | ||||
-rw-r--r-- | 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: |