freebsd.org -> FreeBSD.org

This commit is contained in:
Alexey Zelkin 2000-01-05 15:47:46 +00:00
parent 46af1b2fd9
commit 39224ae67a
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=6319
13 changed files with 45 additions and 45 deletions

View file

@ -26,12 +26,12 @@
#
# url.cgi - make plain text URLs clickable
#
# $FreeBSD: www/en/cgi/url.cgi,v 1.22 1999/12/17 14:23:53 phantom Exp $
# $FreeBSD: www/en/cgi/url.cgi,v 1.23 1999/12/25 21:33:55 wosch Exp $
use strict;
$main::hsty_base = '..';
$main::hsty_email = 'ports@freebsd.org';
$main::hsty_email = 'ports@FreeBSD.org';
# shutup perl -w
my $dummy = $main::hsty_base . $main::hsty_email; undef $dummy;