diff options
author | trevor <trevor@FreeBSD.org> | 2002-05-11 20:26:44 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2002-05-11 20:26:44 +0000 |
commit | 7c2656c2a377cf4ed8221bdff7588b16dec0c569 (patch) | |
tree | 7e42ec18c34fedd61efeaba8fa230a41ff1a3047 /x11-wm/openbox | |
parent | 773585df596e33384537cfd22b2e8858b4d3ef85 (diff) | |
download | FreeBSD-ports-7c2656c2a377cf4ed8221bdff7588b16dec0c569.zip FreeBSD-ports-7c2656c2a377cf4ed8221bdff7588b16dec0c569.tar.gz |
Patch some overlooked instances of "Bsetroot" in osetroot.1. This
is too trivial for a PORTREVISION bump.
Diffstat (limited to 'x11-wm/openbox')
-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 93e7010..1165664 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: |