From 98da54352dd2d316e5c28fdbdf4f351ae134cba5 Mon Sep 17 00:00:00 2001 From: matthieu Date: Sun, 31 Dec 2006 10:52:07 +0000 Subject: [PATCH] set X11BASE explicitely when installing bsd.xorg.mk, because the Makefile there doesn't see /usr/share/mk/bsd.xorg.mk. --- Makefile | 4 ++-- 1 file 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 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 \