From 4cf7941ecc35310bab7820c7f07228925c1d6c2b Mon Sep 17 00:00:00 2001 From: "Sergey A. Osokin" Date: Mon, 21 Mar 2005 08:23:26 +0000 Subject: Update to 0.1.25. Configure and build http_stub_status_module. --- www/nginx-devel/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www/nginx-devel/Makefile') diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 630ec45feae1..fdfccb679434 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nginx -PORTVERSION= 0.1.24 +PORTVERSION= 0.1.25 CATEGORIES= www MASTER_SITES= http://sysoev.ru/nginx/ @@ -33,6 +33,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX}/etc/nginx \ --http-fastcgi-temp-path=${TMPDIR}/fastcgi_temp \ --http-log-path=${LOGDIR}/nginx-access.log \ --error-log-path=${LOGDIR}/nginx-error.log \ + --with-http_stub_status_module \ --user=${WWWOWN} --group=${WWWGRP} .if defined(WITHOUT_HTTP_REWRITE_MODULE) || defined(WITHOUT_PCRE) -- cgit v1.2.3