summaryrefslogtreecommitdiffstats
path: root/Tools/make_index
diff options
context:
space:
mode:
authorscrappy <scrappy@FreeBSD.org>1999-03-11 21:47:15 +0000
committerscrappy <scrappy@FreeBSD.org>1999-03-11 21:47:15 +0000
commit9b37fbae4caa9aa7445050824376535a268d2b31 (patch)
treec5ea529a9f6895e7723800b42866a8c7777f48ae /Tools/make_index
parentb4b30a5eb7e3f1fcff1e74146a9d9cf216b5deed (diff)
downloadFreeBSD-ports-9b37fbae4caa9aa7445050824376535a268d2b31.zip
FreeBSD-ports-9b37fbae4caa9aa7445050824376535a268d2b31.tar.gz
Commit all Y2K/WWW_SITE changes from today...
Diffstat (limited to 'Tools/make_index')
-rw-r--r--Tools/make_index3
1 files changed, 2 insertions, 1 deletions
diff --git a/Tools/make_index b/Tools/make_index
index 9a5cedc..b6fb0a1 100644
--- a/Tools/make_index
+++ b/Tools/make_index
@@ -1,6 +1,6 @@
#!/usr/bin/perl
#
-# $Id: make_index,v 1.1 1998/12/12 07:41:49 asami Exp $
+# $Id: make_index,v 1.2 1998/12/15 16:28:52 steve Exp $
#
# Written to speed-up INDEX file generation. The new scheme
# basically visits each port once and writes out each port's
@@ -68,6 +68,7 @@ chomp($pwd = `pwd`);
# Read each line of output generated by the 'index' target.
while (<>) {
chomp;
+ print $_, "\n";
my @f = split(/\|/);
# Force to canonical form.
OpenPOWER on IntegriCloud