diff options
author | flz <flz@FreeBSD.org> | 2005-03-03 20:14:54 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-03-03 20:14:54 +0800 |
commit | dbdddaeda6c7a22aa9fd4e232fea65c3622bfe58 (patch) | |
tree | c4c31acf97e0c762ea177959b25e471bccd9e4c9 /www/lighttpd/Makefile | |
parent | a8bf53a6604a913678b033ee349438f49e97bd4b (diff) | |
download | freebsd-ports-gnome-dbdddaeda6c7a22aa9fd4e232fea65c3622bfe58.tar.gz freebsd-ports-gnome-dbdddaeda6c7a22aa9fd4e232fea65c3622bfe58.tar.zst freebsd-ports-gnome-dbdddaeda6c7a22aa9fd4e232fea65c3622bfe58.zip |
- Update to 1.3.12.
PR: ports/78351
Submitted by: Hendrik Scholz <hendrik@scholz.net> (maintainer)
Approved by: pav (mentor)
Diffstat (limited to 'www/lighttpd/Makefile')
-rw-r--r-- | www/lighttpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile index f4d8c2493cd9..c0acceede481 100644 --- a/www/lighttpd/Makefile +++ b/www/lighttpd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= lighttpd -PORTVERSION= 1.3.11 +PORTVERSION= 1.3.12 CATEGORIES= www MASTER_SITES= http://www.lighttpd.net/download/ \ http://dl.fkb.wormulon.net/lighttpd/ \ @@ -33,7 +33,7 @@ USE_OPENSSL= yes CONFIGURE_ARGS+= --with-openssl .endif -MAN1= lighttpd.1 +MAN1= lighttpd.1 spawn-fcgi.1 pre-everything:: .if !defined(WITHOUT_OPENSSL) |