summaryrefslogtreecommitdiff
path: root/mk/plist
diff options
context:
space:
mode:
authorminskim <minskim>2006-05-09 21:37:33 +0000
committerminskim <minskim>2006-05-09 21:37:33 +0000
commit9a80e992c8777dcbb3c449f155c472f4bedbbf5c (patch)
tree89c107461164020d16a60246d823182611f2f472 /mk/plist
parent2f1360c09b35ea25357aa3ee546bbc0614b037c1 (diff)
downloadpkgsrc-9a80e992c8777dcbb3c449f155c472f4bedbbf5c.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} \