diff options
author | pav <pav@FreeBSD.org> | 2005-09-14 18:49:50 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-09-14 18:49:50 +0000 |
commit | 460295ad8f5bac8861df7d0f6dbbdfe04b98126b (patch) | |
tree | 7d8a7e1d52c4834851f8f98eb29a0ae2cb817561 /www | |
parent | 563d1569051407d7829e52c8c4dadb6896d83fdf (diff) | |
download | FreeBSD-ports-460295ad8f5bac8861df7d0f6dbbdfe04b98126b.zip FreeBSD-ports-460295ad8f5bac8861df7d0f6dbbdfe04b98126b.tar.gz |
- Remove dead MASTER_SITE
- Remove dead WWW. There are several dhttpd sites around the net, but I'm not
sure they are same software as this
Diffstat (limited to 'www')
-rw-r--r-- | www/dhttpd/Makefile | 3 | ||||
-rw-r--r-- | www/dhttpd/pkg-descr | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/www/dhttpd/Makefile b/www/dhttpd/Makefile index 60417a4a..129f914 100644 --- a/www/dhttpd/Makefile +++ b/www/dhttpd/Makefile @@ -8,8 +8,7 @@ PORTNAME= dhttpd PORTVERSION= 1.02a CATEGORIES= www -MASTER_SITES= http://uts.cc.utexas.edu/~foxx/dhttpd/ \ - http://ccca.nctu.edu.tw/~gslin/Software/ +MASTER_SITES= http://ccca.nctu.edu.tw/~gslin/Software/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org diff --git a/www/dhttpd/pkg-descr b/www/dhttpd/pkg-descr index 35878f2..8e73bab 100644 --- a/www/dhttpd/pkg-descr +++ b/www/dhttpd/pkg-descr @@ -3,5 +3,3 @@ permanent IP address and can be run from a user account on high ports. Among its features, dhttpd supports caching, customized error messages, low profile memory usage, little hard disk space, highly portable code, and easy setup. dhttpd is the perfect solution for the minimalist in all of us. - -WWW: http://uts.cc.utexas.edu/~foxx/dhttpd/ |