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 /x11-wm/openbox/Makefile | |
parent | 773585df596e33384537cfd22b2e8858b4d3ef85 (diff) | |
download | freebsd-ports-graphics-7c2656c2a377cf4ed8221bdff7588b16dec0c569.tar.gz freebsd-ports-graphics-7c2656c2a377cf4ed8221bdff7588b16dec0c569.tar.zst freebsd-ports-graphics-7c2656c2a377cf4ed8221bdff7588b16dec0c569.zip |
Patch some overlooked instances of "Bsetroot" in osetroot.1. This
is too trivial for a PORTREVISION bump.
Diffstat (limited to 'x11-wm/openbox/Makefile')
-rw-r--r-- | x11-wm/openbox/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/openbox/Makefile b/x11-wm/openbox/Makefile index 93e70105db6..116566435b1 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: |