summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron>2000-09-15 09:04:51 +0000
committertron <tron>2000-09-15 09:04:51 +0000
commit6a5905805a74cfbcd2a0d75abaa69e53089d8dcb (patch)
tree1372ddd2c055f87de5a25664440b26967a47606c
parent0eb8f297589ba40d65ea6c704b383c1b5fd0f650 (diff)
downloadpkgsrc-6a5905805a74cfbcd2a0d75abaa69e53089d8dcb.tar.gz
Fix cut and paste error in last commit.
-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}