summaryrefslogtreecommitdiff
path: root/app/xlockmore
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2010-11-30 20:05:42 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2010-11-30 20:05:42 +0000
commit900ca77e9075d1cc25768f5102e14020d855f63d (patch)
treeb71484f0444dc7f0df309d3bdf83d323bc658344 /app/xlockmore
parent7a802d4230149b4eea3c98884738af5e6698e5c4 (diff)
Set datarootdir. fixes manual page installing in the wrong dir noticed
by todd@.
Diffstat (limited to 'app/xlockmore')
-rw-r--r--app/xlockmore/Makefile.bsd-wrapper3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/xlockmore/Makefile.bsd-wrapper b/app/xlockmore/Makefile.bsd-wrapper
index e9672f5fd..8095ca732 100644
--- a/app/xlockmore/Makefile.bsd-wrapper
+++ b/app/xlockmore/Makefile.bsd-wrapper
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.8 2010/11/27 14:25:47 matthieu Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.9 2010/11/30 20:05:41 matthieu Exp $
.include <bsd.xconf.mk>
@@ -14,6 +14,7 @@ config.status:
LIBXCB="${LIBXCB}" \
PKG_CONFIG_PATH="$(PKG_CONFIG_PATH)" \
sh ${.CURDIR}/configure --prefix=${X11BASE} \
+ --datarootdir=${X11BASE} \
--enable-appdefaultdir=/etc/X11/app-defaults \
--enable-syslog --without-motif --without-ttf \
--without-gtk2 --without-gtk --without-esound \