summaryrefslogtreecommitdiff
path: root/mk/plist
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/plist
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/plist')
-rw-r--r--mk/plist/print-plist.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/plist/print-plist.mk b/mk/plist/print-plist.mk
index 0755c317340..67830825f83 100644
--- a/mk/plist/print-plist.mk
+++ b/mk/plist/print-plist.mk
@@ -1,4 +1,4 @@
-# $NetBSD: print-plist.mk,v 1.11 2006/11/15 10:40:34 joerg Exp $
+# $NetBSD: print-plist.mk,v 1.12 2007/03/02 09:08:33 wiz Exp $
###
### Automatic PLIST generation
@@ -55,7 +55,7 @@ _PRINT_PLIST_AWK_IGNORE+= || ($$0 ~ /^.*\/fonts\.cache-1/)
.endif
# Common (system) directories not to generate @dirrm statements for
-# Reads MTREE_FILE and generate awk statements that will
+# Reads _MTREE_FILE and generate awk statements that will
# sort out which directories NOT to include into the PLIST @dirrm list
.if make(print-PLIST)
_PRINT_PLIST_COMMON_DIRS!= ${AWK} 'BEGIN { \
@@ -80,7 +80,7 @@ _PRINT_PLIST_COMMON_DIRS!= ${AWK} 'BEGIN { \
} \
} \
END { print "{ print $$$$0; }"; } \
- ' <${MTREE_FILE}
+ ' <${_MTREE_FILE}
.endif
# scan $PREFIX for any files/dirs modified since the package was extracted