summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2000-12-26 19:01:35 +0000
committerdmcmahill <dmcmahill>2000-12-26 19:01:35 +0000
commitc98eb0e06b0069d5c39ba8ac577ad25eb7cce10b (patch)
tree68ac546834f98c3a16d52ae3080a5e594daee329 /mk
parentba472d2fcd1107f8d6b527433ab60b6690e94ad0 (diff)
downloadpkgsrc-c98eb0e06b0069d5c39ba8ac577ad25eb7cce10b.tar.gz
don't break the hyperlinks to the broken files....
Diffstat (limited to 'mk')
-rw-r--r--mk/bulk/post-build5
1 files changed, 3 insertions, 2 deletions
diff --git a/mk/bulk/post-build b/mk/bulk/post-build
index d06f8a634a7..43f5e46ca09 100644
--- a/mk/bulk/post-build
+++ b/mk/bulk/post-build
@@ -1,5 +1,5 @@
#!/usr/pkg/bin/perl
-# $NetBSD: post-build,v 1.4 2000/12/26 16:45:57 dmcmahill Exp $
+# $NetBSD: post-build,v 1.5 2000/12/26 19:01:35 dmcmahill Exp $
#
# Collect stuff after a pkg bulk build
#
@@ -86,7 +86,8 @@ $nunpackaged = $nbroken = 0;
chdir("$FTP");
open(BF,"sort +1 $BROKENFILE |") or die "can't open .broken-file '$BROKENFILE'";
while (<BF>) {
- ($nerrors, $pkg) = split;
+ ($nerrors, $bf) = split;
+ $pkg = $bf;
$pkg =~ s,/$BROKENFILE,,;
# next