diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2002-05-11 20:26:44 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2002-05-11 20:26:44 +0000 |
commit | 6b14a5e2709c21cf2c3f0966eac37884901502ce (patch) | |
tree | fade91ef29482cb3b1a1b2afdb562dc92f177e65 /x11-wm/openbox | |
parent | Minor cleanups/fixes: (diff) |
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 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: |