summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhubertf <hubertf>2001-10-15 23:29:54 +0000
committerhubertf <hubertf>2001-10-15 23:29:54 +0000
commit1074a25f36b6e50f32320d96e4d9253025122556 (patch)
treec29c0998e2de781dff2e61009b5547914185c8f6
parente0e60b0554494d8ee63d48be97bc2a610872962e (diff)
downloadpkgsrc-1074a25f36b6e50f32320d96e4d9253025122556.tar.gz
Change alignment of "Broken" column to right-justified - this makes
the (colored) numbers stand out better, visually.
-rw-r--r--mk/bulk/post-build4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bulk/post-build b/mk/bulk/post-build
index b06e080a035..b090d1b7177 100644
--- a/mk/bulk/post-build
+++ b/mk/bulk/post-build
@@ -1,5 +1,5 @@
#!/usr/pkg/bin/perl
-# $NetBSD: post-build,v 1.15 2001/10/15 23:18:51 hubertf Exp $
+# $NetBSD: post-build,v 1.16 2001/10/15 23:29:54 hubertf Exp $
#
# Collect stuff after a pkg bulk build
#
@@ -145,7 +145,7 @@ while (<BF>) {
print HTML "<TR><TD><A HREF=\"$bf\">$pkg</A>";
print HTML " <TD><FONT COLOR=$color>$state</FONT>";
if ($nbrokenby > 0){
- print HTML " <TD><FONT COLOR=$color>$nbrokenby</FONT>";
+ print HTML " <TD ALIGN="right"><FONT COLOR=$color>$nbrokenby</FONT>";
}
else {
print HTML " <TD> ";