summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.use.mk
diff options
context:
space:
mode:
authorwiz <wiz>2007-03-02 09:08:33 +0000
committerwiz <wiz>2007-03-02 09:08:33 +0000
commita05a429bfd798ff8c5067dcb4a8872fa6edee954 (patch)
treef0a935af036be11ba289b5c28e8d92ed77b3d899 /mk/bsd.pkg.use.mk
parentc7b3075a4d961e150b71786e42628233484b8bae (diff)
downloadpkgsrc-a05a429bfd798ff8c5067dcb4a8872fa6edee954.tar.gz
Make MTREE_FILE and MTREE_ARGS internal by prefixing them with '_'.
They are not supposed to be set by the user.
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 b260463b006..3f59e8df24e 100644
--- a/mk/bsd.pkg.use.mk
+++ b/mk/bsd.pkg.use.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.use.mk,v 1.41 2007/02/10 08:59:07 rillig Exp $
+# $NetBSD: bsd.pkg.use.mk,v 1.42 2007/03/02 09:08:34 wiz Exp $
#
# Turn USE_* macros into proper depedency logic. Included near the top of
# bsd.pkg.mk, after bsd.prefs.mk.
@@ -42,7 +42,7 @@ MAKE_FLAGS+= CC=${CC:Q} CXX=${CXX:Q}
.endif
.if defined(USE_X11BASE)
-MTREE_FILE?= ${PKGSRCDIR}/mk/platform/${OPSYS}.x11.dist
+_MTREE_FILE?= ${PKGSRCDIR}/mk/platform/${OPSYS}.x11.dist
. if ${X11_TYPE} != "modular"
. include "../../mk/x11.buildlink3.mk"
. endif