aboutsummaryrefslogtreecommitdiff
path: root/www/lighttpd/Makefile
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-02-20 14:52:58 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-02-20 14:52:58 +0000
commitaf37839ccbfe58ae9b89ddf666d6fddde3e71698 (patch)
treee791da1de3dc060b6fef590bf8917aa654a17d89 /www/lighttpd/Makefile
parente9d542c4f3cbfffce025644240d620aa92b09416 (diff)
downloadports-af37839ccbfe58ae9b89ddf666d6fddde3e71698.tar.gz
ports-af37839ccbfe58ae9b89ddf666d6fddde3e71698.zip
- Fix typo in REQUIRE
- Bump PORTREVISION PR: 93437 Submitted by: Michael Proto <mike@jellydonut.org> Approved by: maintainer timeout (bypassed by linimon)
Notes
Notes: svn path=/head/; revision=156503
Diffstat (limited to 'www/lighttpd/Makefile')
-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"