aboutsummaryrefslogtreecommitdiffstats
path: root/www/lighttpd
diff options
context:
space:
mode:
authormnag <mnag@FreeBSD.org>2006-02-20 22:52:58 +0800
committermnag <mnag@FreeBSD.org>2006-02-20 22:52:58 +0800
commit27952a541498625b06550a9eec2e786a6ed182f0 (patch)
treee255786e0810ced26257eb8947e49b0698cb4235 /www/lighttpd
parent117318185fc30dfc722e78fa38c371be43afce37 (diff)
downloadfreebsd-ports-gnome-27952a541498625b06550a9eec2e786a6ed182f0.tar.gz
freebsd-ports-gnome-27952a541498625b06550a9eec2e786a6ed182f0.tar.zst
freebsd-ports-gnome-27952a541498625b06550a9eec2e786a6ed182f0.zip
- Fix typo in REQUIRE
- Bump PORTREVISION PR: 93437 Submitted by: Michael Proto <mike@jellydonut.org> Approved by: maintainer timeout (bypassed by linimon)
Diffstat (limited to 'www/lighttpd')
-rw-r--r--www/lighttpd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile
index 3f52d5656b75..3b734e8d9535 100644
--- a/www/lighttpd/Makefile
+++ b/www/lighttpd/Makefile
@@ -7,6 +7,7 @@
PORTNAME= lighttpd
PORTVERSION= 1.4.10
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.lighttpd.net/download/
@@ -33,7 +34,7 @@ OPTIONS= OPENSSL "Enable SSL support" on \
.include <bsd.port.pre.mk>
# Default REQUIRE to rc.d script
-_REQUIRE= DEAMON
+_REQUIRE= DAEMON
.if !defined(WITHOUT_OPENSSL)
.include "${PORTSDIR}/Mk/bsd.openssl.mk"