summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-09-15 09:04:51 +0000
committertron <tron@pkgsrc.org>2000-09-15 09:04:51 +0000
commit4926a21e67ceaad51381eb91719addfc4bc3dce7 (patch)
tree1372ddd2c055f87de5a25664440b26967a47606c /mk
parent10bf2e6f52ccfcdb37efe914bd4c8951231e693a (diff)
downloadpkgsrc-4926a21e67ceaad51381eb91719addfc4bc3dce7.tar.gz
Fix cut and paste error in last commit.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 6f0f9b04d01..9f285d49356 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.572 2000/09/15 08:35:15 tron Exp $
+# $NetBSD: bsd.pkg.mk,v 1.573 2000/09/15 09:04:51 tron Exp $
#
# This file is in the public domain.
#
@@ -2858,7 +2858,7 @@ print-pkg-size-this:
| ${SED} -e 's, ,\\ ,g' \
| xargs ls -ld \
| ${AWK} 'BEGIN { print("0"); } \
- { print($$1, " +"); } \
+ { print($$5, " +"); } \
END { print("p"); }' \
| ${DC}