summaryrefslogtreecommitdiff
path: root/www/nginx
diff options
context:
space:
mode:
authorshattered <shattered@pkgsrc.org>2011-10-04 20:55:35 +0000
committershattered <shattered@pkgsrc.org>2011-10-04 20:55:35 +0000
commitbef74a35eb039ec54b58c53cf5edd590d10d5ebc (patch)
tree9794c2b1e791eb4988136e8ad0065c79c027ba8d /www/nginx
parent4d0184f43e4bacd021ff2040adc315d5c2f80173 (diff)
downloadpkgsrc-bef74a35eb039ec54b58c53cf5edd590d10d5ebc.tar.gz
Whitespace only.
Diffstat (limited to 'www/nginx')
-rw-r--r--www/nginx/options.mk14
1 files changed, 6 insertions, 8 deletions
diff --git a/www/nginx/options.mk b/www/nginx/options.mk
index 09b53de0786..d6aa44461ee 100644
--- a/www/nginx/options.mk
+++ b/www/nginx/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.10 2010/06/27 18:00:24 joerg Exp $
+# $NetBSD: options.mk,v 1.11 2011/10/04 20:55:35 shattered Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.nginx
PKG_SUPPORTED_OPTIONS= dav flv gtools inet6 mail-proxy memcache pcre \
@@ -47,24 +47,22 @@ CONFIGURE_ARGS+= --without-http_memcached_module
.endif
.if !empty(PKG_OPTIONS:Mrealip)
-CONFIGURE_ARGS+= --with-http_realip_module
+CONFIGURE_ARGS+= --with-http_realip_module
.endif
.if !empty(PKG_OPTIONS:Minet6)
-CONFIGURE_ARGS+= --with-ipv6
+CONFIGURE_ARGS+= --with-ipv6
.endif
.if !empty(PKG_OPTIONS:Muwsgi)
EGFILES+= uwsgi_params
PLIST.uwsgi= yes
.else
-
-.if !empty(PKG_OPTIONS:Mpush)
+. if !empty(PKG_OPTIONS:Mpush)
PUSH= nginx_http_push_module-0.692
DISTFILES+= ${PUSH}.tar.gz
SITES.${PUSH}.tar.gz= http://pushmodule.slact.net/downloads/
-CONFIGURE_ARGS+= --add-module=../${PUSH}
-.endif
-
+CONFIGURE_ARGS+= --add-module=../${PUSH}
+. endif
CONFIGURE_ARGS+= --without-http_uwsgi_module
.endif