diff options
author | minskim <minskim@pkgsrc.org> | 2006-05-09 21:37:33 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-05-09 21:37:33 +0000 |
commit | 62765165cbfe522ed6a58849d75147e0d8205855 (patch) | |
tree | 89c107461164020d16a60246d823182611f2f472 /mk/plist | |
parent | d15adde95edf82dfd0971187dbea31729fae89a7 (diff) | |
download | pkgsrc-62765165cbfe522ed6a58849d75147e0d8205855.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.mk | 4 |
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} \ |