summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.use.mk
diff options
context:
space:
mode:
authorjlam <jlam>2005-06-23 18:41:57 +0000
committerjlam <jlam>2005-06-23 18:41:57 +0000
commit63442e83543083228209266b5ecbdf78eb5f1804 (patch)
tree9fd353a57ca8cdc23408e0131bdee91808400b21 /mk/bsd.pkg.use.mk
parent7952ae6f997a4758b8102683d03afe8440558f61 (diff)
downloadpkgsrc-63442e83543083228209266b5ecbdf78eb5f1804.tar.gz
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.
Diffstat (limited to 'mk/bsd.pkg.use.mk')
-rw-r--r--mk/bsd.pkg.use.mk4
1 files changed, 2 insertions, 2 deletions
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