diff options
author | ben <ben@FreeBSD.org> | 2001-04-08 01:48:23 +0800 |
---|---|---|
committer | ben <ben@FreeBSD.org> | 2001-04-08 01:48:23 +0800 |
commit | 022b3f73ac5373d03f7a449b1683f6a27322323c (patch) | |
tree | fa313f39e340db0925a49cb2221158fe8512ecc7 /www | |
parent | 42a62a06663230001a796f9e417e3857977a0754 (diff) | |
download | freebsd-ports-gnome-022b3f73ac5373d03f7a449b1683f6a27322323c.tar.gz freebsd-ports-gnome-022b3f73ac5373d03f7a449b1683f6a27322323c.tar.zst freebsd-ports-gnome-022b3f73ac5373d03f7a449b1683f6a27322323c.zip |
Fix fennerism.
Diffstat (limited to 'www')
-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 |