diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-09-06 05:12:18 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-09-06 05:12:18 +0800 |
commit | 7e02156bd27be3b65b48131a8d92c4bf21f4f94f (patch) | |
tree | 2b84221d88c51b59b7790976556cf8242ad92a29 /www/thttpd | |
parent | c36155c758f6b0677b9d3be5751a4f40b0f0dee1 (diff) | |
download | freebsd-ports-gnome-7e02156bd27be3b65b48131a8d92c4bf21f4f94f.tar.gz freebsd-ports-gnome-7e02156bd27be3b65b48131a8d92c4bf21f4f94f.tar.zst freebsd-ports-gnome-7e02156bd27be3b65b48131a8d92c4bf21f4f94f.zip |
- thttpd.conf is not a requirement; the CLI will suffice.
PR: ports/137924
Submitted by: Nick Hibma <nick@van-laarhoven.org>
Approved by: maintainer timeout (danfe ; 380 days)
Diffstat (limited to 'www/thttpd')
-rw-r--r-- | www/thttpd/Makefile | 2 | ||||
-rw-r--r-- | www/thttpd/files/thttpd.sh.in | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/www/thttpd/Makefile b/www/thttpd/Makefile index ce8c9fb179fa..a5654a3cfc33 100644 --- a/www/thttpd/Makefile +++ b/www/thttpd/Makefile @@ -7,7 +7,7 @@ PORTNAME= thttpd PORTVERSION= 2.25b -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www ipv6 MASTER_SITES= http://www.acme.com/software/thttpd/ \ http://atreides.freenix.no/~anders/ diff --git a/www/thttpd/files/thttpd.sh.in b/www/thttpd/files/thttpd.sh.in index dd94cc20e75b..1299aa5f58f4 100644 --- a/www/thttpd/files/thttpd.sh.in +++ b/www/thttpd/files/thttpd.sh.in @@ -19,7 +19,6 @@ name=thttpd rcvar=`set_rcvar` command=%%PREFIX%%/sbin/thttpd -required_files=%%PREFIX%%/etc/thttpd.conf thttpd_enable=${thttpd_enable:-"NO"} thttpd_flags=${thttpd_flags:-"-C %%PREFIX%%/etc/thttpd.conf"} |