diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-04-14 14:41:53 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-04-14 14:41:53 +0000 |
commit | 1e06305cee2a644e3da6860829f28ef0228803f9 (patch) | |
tree | f1cc7f550592cd8692d15dd58da530e9851c6e06 /www/lighttpd/Makefile | |
parent | 935cdb085b7bdd387927d53b316feba3b4ba49fb (diff) |
Notes
Diffstat (limited to 'www/lighttpd/Makefile')
-rw-r--r-- | www/lighttpd/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile index 385c8fa997f0..6e6d1f899a0b 100644 --- a/www/lighttpd/Makefile +++ b/www/lighttpd/Makefile @@ -6,8 +6,7 @@ # PORTNAME= lighttpd -PORTVERSION= 1.4.13 -PORTREVISION= 2 +PORTVERSION= 1.4.15 CATEGORIES= www MASTER_SITES= http://www.lighttpd.net/download/ \ http://mirrors.cat.pdx.edu/lighttpd/ @@ -17,11 +16,11 @@ COMMENT= A secure, fast, compliant, and very flexible Web Server LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre -USE_AUTOTOOLS= autoconf:259 libtool:15 +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes USE_GNOME= lthack USE_RC_SUBR= lighttpd.sh -CONFIGURE_ARGS= --libdir=${PREFIX}/lib/lighttpd +CONFIGURE_ARGS= --libdir=${PREFIX}/lib/lighttpd --mandir=${PREFIX}/man CONFIGURE_ENV+= CFLAGS="${CFLAGS}" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |