summaryrefslogtreecommitdiff
path: root/mk/plist
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-03-02 09:08:33 +0000
committerwiz <wiz@pkgsrc.org>2007-03-02 09:08:33 +0000
commit5dce6c7d9d7da673f8a6e7edb6658efe77c38d83 (patch)
treef0a935af036be11ba289b5c28e8d92ed77b3d899 /mk/plist
parent1520ab35d5edb070f425dde017be365b54c4f693 (diff)
downloadpkgsrc-5dce6c7d9d7da673f8a6e7edb6658efe77c38d83.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