summaryrefslogtreecommitdiff
path: root/mk/plist
diff options
context:
space:
mode:
authorjlam <jlam>2006-07-07 21:24:27 +0000
committerjlam <jlam>2006-07-07 21:24:27 +0000
commit57f16a3d7ce42bc36f6fe57dc39e38b8978d616b (patch)
treee3a14bcdd4dd231263dc051a36761d879732de89 /mk/plist
parent3c6bef5d02e41913ff3094bcb99715d9fccf09fd (diff)
downloadpkgsrc-57f16a3d7ce42bc36f6fe57dc39e38b8978d616b.tar.gz
Rename <phase>_COOKIE variables to _COOKIE.<phase>. These are private
variables so there are no user-visible changes. This change just makes it a little easier to write for loops.
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 329d63f3c28..1fb2ae6d22e 100644
--- a/mk/plist/print-plist.mk
+++ b/mk/plist/print-plist.mk
@@ -1,4 +1,4 @@
-# $NetBSD: print-plist.mk,v 1.8 2006/05/14 14:27:41 seb Exp $
+# $NetBSD: print-plist.mk,v 1.9 2006/07/07 21:24:29 jlam Exp $
###
### Automatic PLIST generation
@@ -76,9 +76,9 @@ _PRINT_PLIST_COMMON_DIRS!= ${AWK} 'BEGIN { \
# XXX should check $LOCALBASE and $X11BASE, and add @cwd statements
_PRINT_PLIST_FILES_CMD= \
- ${FIND} ${PREFIX}/. -xdev -newer ${_EXTRACT_COOKIE} \! -type d -print
+ ${FIND} ${PREFIX}/. -xdev -newer ${_COOKIE.extract} \! -type d -print
_PRINT_PLIST_DIRS_CMD= \
- ${FIND} ${PREFIX}/. -xdev -newer ${_EXTRACT_COOKIE} -type d -print
+ ${FIND} ${PREFIX}/. -xdev -newer ${_COOKIE.extract} -type d -print
.if !empty(LIBTOOLIZE_PLIST:M[yY][eE][sS])
_PRINT_PLIST_LIBTOOLIZE_FILTER?= \