summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2001-02-05 18:35:48 +0000
committerskrll <skrll@pkgsrc.org>2001-02-05 18:35:48 +0000
commitbf7394d921602441c306ad371e73eb2aec846780 (patch)
treec315d7e9913912bbbcb4d820c6ec8dccb77b477e /mk
parent5d2a23f61883a98595077b9a6ca583cac13cff41 (diff)
downloadpkgsrc-bf7394d921602441c306ad371e73eb2aec846780.tar.gz
Fix print-PLIST target so that files with whitespace in are dealt with
correctly.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index bf63adeb1b8..151e7117b0a 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.658 2001/02/02 04:53:31 jtb Exp $
+# $NetBSD: bsd.pkg.mk,v 1.659 2001/02/05 18:35:48 skrll Exp $
#
# This file is in the public domain.
#
@@ -3110,11 +3110,11 @@ print-PLIST:
} \
{ \
if (/\.info$$/) { \
- print "\@unexec install-info --delete --info-dir=%D/info %D/" $$1; \
- print $$1; \
- print "\@exec install-info --info-dir=%D/info %D/" $$1; \
+ print "\@unexec install-info --delete --info-dir=%D/info %D/" $$0; \
+ print $$0; \
+ print "\@exec install-info --info-dir=%D/info %D/" $$0; \
} else if (!/^info\/dir$$/) { \
- print $$1; \
+ print $$0; \
} \
}'
@for i in `${FIND} ${PREFIX}/. -newer ${EXTRACT_COOKIE} -type d \