diff options
author | obrien <obrien@FreeBSD.org> | 1999-08-25 12:43:00 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-08-25 12:43:00 +0800 |
commit | 7d673ba05a33aa9da55cd0440d818505a9a9cbe6 (patch) | |
tree | db9dd00ac8add6f5afc3160c1a937c5376d000b7 | |
parent | d44c7525e120605564f9dbc4b58bbaee725d60c0 (diff) | |
download | freebsd-ports-gnome-7d673ba05a33aa9da55cd0440d818505a9a9cbe6.tar.gz freebsd-ports-gnome-7d673ba05a33aa9da55cd0440d818505a9a9cbe6.tar.zst freebsd-ports-gnome-7d673ba05a33aa9da55cd0440d818505a9a9cbe6.zip |
Id->FreeBSD rename take 2
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
-rw-r--r-- | Tools/make_index | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/make_index b/Tools/make_index index 153fb6b3b099..f9cddb25902f 100644 --- a/Tools/make_index +++ b/Tools/make_index @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# $Id: make_index,v 1.5 1999/04/28 06:20:23 asami Exp $ +# $FreeBSD$ # # Written to speed-up INDEX file generation. The new scheme # basically visits each port once and writes out each port's |