diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-05 21:12:18 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-05 21:12:18 +0000 |
commit | 12cbdbdb994a6b47e40f8dffb629c00782f78bcb (patch) | |
tree | 34b11ee4ff9ab7ebbb95ac9648fdd7bffe12a71f /www/thttpd | |
parent | 7f14679e6b9d2354dc3150776912009ee57c2910 (diff) |
Notes
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"} |