diff options
author | roam <roam@FreeBSD.org> | 2003-07-08 06:22:41 +0000 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2003-07-08 06:22:41 +0000 |
commit | 208b271197533443d09ea5b5d702432e9662c1ea (patch) | |
tree | e00508037f9afedeb4bfa121f29aa3a02b9d9e7a /www/cgihtml | |
parent | f1f93215c9c2ac007ddeaec97cd38f6a902753e3 (diff) | |
download | FreeBSD-ports-208b271197533443d09ea5b5d702432e9662c1ea.zip FreeBSD-ports-208b271197533443d09ea5b5d702432e9662c1ea.tar.gz |
Fix a master site weirdness that I introduced in rev. 1.14.
Reported by: fenner's scripts
Diffstat (limited to 'www/cgihtml')
-rw-r--r-- | www/cgihtml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/cgihtml/Makefile b/www/cgihtml/Makefile index 72ee022..9efd458 100644 --- a/www/cgihtml/Makefile +++ b/www/cgihtml/Makefile @@ -9,7 +9,7 @@ PORTNAME= cgihtml PORTVERSION= 1.69 PORTREVISION= 1 CATEGORIES= www devel -MASTER_SITES= http://www.eekim.com/software/cgihtml/cgihtml.tar.gz \ +MASTER_SITES= http://www.eekim.com/software/cgihtml/ \ ftp://www.eekim.com/pub/users/eekim/cgihtml/ \ ftp://hcs.harvard.edu/pub/web/tools/cgihtml/ |