summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2006-12-31 10:52:08 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2006-12-31 10:52:08 +0000
commitf4cccbc831f03f6348495f15ac15a4abff570275 (patch)
tree1d2e2afbff6614a48af3ae2a5b15b38b7985c379 /Makefile
parent70a7a0314d02f94d935ac4673d619f6ce3404fb5 (diff)
set X11BASE explicitely when installing bsd.xorg.mk, because
the Makefile there doesn't see /usr/share/mk/bsd.xorg.mk.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 01f1570ac..3236dc094 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.12 2006/12/31 10:40:23 matthieu Exp $
+# $OpenBSD: Makefile,v 1.13 2006/12/31 10:52:07 matthieu Exp $
.include <bsd.own.mk>
LOCALAPPD=/usr/local/lib/X11/app-defaults
@@ -20,7 +20,7 @@ build: beforebuild _SUBDIRUSE
bootstrap:
${SUDO} ${MAKE} distrib-dirs
cd ${.CURDIR}/share/mk \
- && ${SUDO} ${MAKE} install
+ && ${SUDO} ${MAKE} X11BASE=${X11BASE} install
beforebuild: bootstrap
cd ${.CURDIR}/util/macros \