diff options
author | Doug Barton <dougb@FreeBSD.org> | 2010-03-28 04:44:55 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2010-03-28 04:44:55 +0000 |
commit | 045030410823853fcaee9042f4e1670a9da7caef (patch) | |
tree | 42ba2c5101f78b89c9b7bb3085073058c04cd034 /www/nginx/Makefile | |
parent | 1cf2d1f305b2585356800e21a9660a45ad4483f7 (diff) |
Notes
Diffstat (limited to 'www/nginx/Makefile')
-rw-r--r-- | www/nginx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index a3b488b48530..844452c60544 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -92,7 +92,7 @@ NGINX_ERRORLOG?= ${NGINX_LOGDIR}/nginx-error.log CONFLICTS?= nginx-devel-0.* USE_RC_SUBR= nginx.sh -SUB_LIST+= RC_SUBR_SUFFIX=${RC_SUBR_SUFFIX} WWWOWN=${WWWOWN} +SUB_LIST+= WWWOWN=${WWWOWN} HAS_CONFIGURE= yes CONFIGURE_ARGS+=--prefix=${ETCDIR} \ |