From 47513df847cfb2bd9b409797f12c12dc5779cf00 Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 23 Jun 2005 18:41:57 +0000 Subject: Clean up some clutter in pkgsrc/mk: move the ${OPSYS}.*.dist mtree files into mk/platform, where they now live with the ${OPSYS}.mk files. --- mk/bsd.pkg.use.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk/bsd.pkg.use.mk') diff --git a/mk/bsd.pkg.use.mk b/mk/bsd.pkg.use.mk index f7cc027df56..6b64bfcd8ab 100644 --- a/mk/bsd.pkg.use.mk +++ b/mk/bsd.pkg.use.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.use.mk,v 1.20 2005/06/14 20:14:50 jlam Exp $ +# $NetBSD: bsd.pkg.use.mk,v 1.21 2005/06/23 18:41:57 jlam Exp $ # # Turn USE_* macros into proper depedency logic. Included near the top of # bsd.pkg.mk, after bsd.prefs.mk. @@ -29,7 +29,7 @@ MAKE_FLAGS+= CC=${CC:Q} CXX=${CXX:Q} .endif .if defined(USE_X11BASE) -MTREE_FILE?= ${PKGSRCDIR}/mk/${OPSYS}.x11.dist +MTREE_FILE?= ${PKGSRCDIR}/mk/platform/${OPSYS}.x11.dist . include "../../mk/x11.buildlink3.mk" .endif -- cgit v1.2.3