summaryrefslogtreecommitdiff
path: root/mk/plist
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2006-05-09 21:37:33 +0000
committerminskim <minskim@pkgsrc.org>2006-05-09 21:37:33 +0000
commitc43654731aab2b80dfded56a726ba4bca856cc73 (patch)
tree89c107461164020d16a60246d823182611f2f472 /mk/plist
parentb0b0cc32f71aa23d930c88a2607ad5c523ac26e8 (diff)
downloadpkgsrc-c43654731aab2b80dfded56a726ba4bca856cc73.tar.gz
Apply PRINT_PLIST_AWK and _PLIST_PLIST_AWK_SUBST in the same order
for both files and directories.
Diffstat (limited to 'mk/plist')
-rw-r--r--mk/plist/print-plist.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/plist/print-plist.mk b/mk/plist/print-plist.mk
index 6e0c18b2816..19c0a7477a7 100644
--- a/mk/plist/print-plist.mk
+++ b/mk/plist/print-plist.mk
@@ -1,4 +1,4 @@
-# $NetBSD: print-plist.mk,v 1.6 2006/04/17 06:12:46 jlam Exp $
+# $NetBSD: print-plist.mk,v 1.7 2006/05/09 21:37:33 minskim Exp $
###
### Automatic PLIST generation
@@ -126,6 +126,7 @@ print-PLIST:
| ${AWK} ' \
{ sub("${PREFIX}/\\./", ""); } \
${_PRINT_PLIST_AWK_IGNORE} { next; } \
+ ${PRINT_PLIST_AWK} \
${_PRINT_PLIST_AWK_SUBST} \
/^@/ { print $$0; next } \
/.*\/lib[^\/]+\.so\.[0-9]+\.[0-9]+\.[0-9]+$$/ { \
@@ -146,7 +147,6 @@ print-PLIST:
if ('$$genlinks') print $$0; \
next; \
} \
- ${PRINT_PLIST_AWK} \
{ print $$0; }'
${_PKG_SILENT}${_PKG_DEBUG}\
for i in `${_PRINT_PLIST_DIRS_CMD} \