diff options
author | Ben Smithurst <ben@FreeBSD.org> | 2001-04-07 17:48:23 +0000 |
---|---|---|
committer | Ben Smithurst <ben@FreeBSD.org> | 2001-04-07 17:48:23 +0000 |
commit | 59a67ce05fac23f4d2b07a96d6fb3735b1d512f5 (patch) | |
tree | aa3ff29efa614e13e653b2e42035ccd0163379a8 | |
parent | Point WWW: line at a site that actually exists. (diff) |
Fix fennerism.
Notes
Notes:
svn path=/head/; revision=41035
-rw-r--r-- | www/fhttpd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/fhttpd/Makefile b/www/fhttpd/Makefile index 0a29c5de8d2a..4fba1f6ed05b 100644 --- a/www/fhttpd/Makefile +++ b/www/fhttpd/Makefile @@ -8,7 +8,8 @@ PORTNAME= fhttpd PORTVERSION= 0.4.2 CATEGORIES= www -MASTER_SITES= ftp://ftp.fhttpd.org/ +MASTER_SITES= http://www.fhttpd.org/ \ + ftp://ftp.fhttpd.org/ MAINTAINER= ports@FreeBSD.org |