diff options
author | feld <feld@FreeBSD.org> | 2016-03-14 20:34:30 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2016-03-14 20:34:30 +0800 |
commit | 373e0fdabfa658f7b91e6e409116de6ca728ba70 (patch) | |
tree | 867446efebd88c00a9ae6531e129d21ae8917999 | |
parent | 0c6bd54daaf233799cbc474ead1ffc97fa955622 (diff) | |
download | freebsd-ports-gnome-373e0fdabfa658f7b91e6e409116de6ca728ba70.tar.gz freebsd-ports-gnome-373e0fdabfa658f7b91e6e409116de6ca728ba70.tar.zst freebsd-ports-gnome-373e0fdabfa658f7b91e6e409116de6ca728ba70.zip |
www/zerowait: unbreak port
- Add mirror
- Set LICENSE
- Update MAINTAINER
PR: 205423
-rw-r--r-- | www/zerowait-httpd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/zerowait-httpd/Makefile b/www/zerowait-httpd/Makefile index 746e74eb4135..e7a121c8dabd 100644 --- a/www/zerowait-httpd/Makefile +++ b/www/zerowait-httpd/Makefile @@ -5,14 +5,14 @@ PORTNAME= zerowait PORTVERSION= 0.8d PORTREVISION= 3 CATEGORIES= www -MASTER_SITES= http://mirror.mcx2.org/ +MASTER_SITES= http://BSDforge.com/projects/source/www/zerowait-httpd/ PKGNAMESUFFIX= -httpd DISTNAME= 0W-httpd-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@BSDforge.com COMMENT= Lightweight and fast http server -BROKEN= unfetchable +LICENSE= BSD3CLAUSE USES= gmake USE_OPENSSL= yes |