diff options
Diffstat (limited to 'x11-wm/hackedbox/Makefile')
-rw-r--r-- | x11-wm/hackedbox/Makefile | 3 |
1 files changed, 2 insertions, 1 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: |