aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2012-07-17 01:47:56 +0800
committerSergey A. Osokin <osa@FreeBSD.org>2012-07-17 01:47:56 +0800
commit28fe04afe730ca9886abf66aa7e76f957f69ca8b (patch)
treed0cbc247435c388b64e5b5744768a3ba23dc8941 /www
parenta9394fb06f367acb9d6106a17c762831939911ce (diff)
downloadfreebsd-ports-gnome-28fe04afe730ca9886abf66aa7e76f957f69ca8b.tar.gz
freebsd-ports-gnome-28fe04afe730ca9886abf66aa7e76f957f69ca8b.tar.zst
freebsd-ports-gnome-28fe04afe730ca9886abf66aa7e76f957f69ca8b.zip
Move rc script nginx.sh.in to more canonical nginx.in.
Diffstat (limited to 'www')
-rw-r--r--www/nginx-devel/Makefile2
-rw-r--r--www/nginx-devel/files/nginx.in (renamed from www/nginx-devel/files/nginx.sh.in)0
-rw-r--r--www/nginx/Makefile2
-rw-r--r--www/nginx/files/nginx.in (renamed from www/nginx/files/nginx.sh.in)0
4 files changed, 2 insertions, 2 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile
index fb5c9b85ec78..6bd483f8577e 100644
--- a/www/nginx-devel/Makefile
+++ b/www/nginx-devel/Makefile
@@ -210,7 +210,7 @@ NGINX_ACCESSLOG?= ${NGINX_LOGDIR}/nginx-access.log
NGINX_ERRORLOG?= ${NGINX_LOGDIR}/nginx-error.log
CONFLICTS?= nginx-1.*
-USE_RC_SUBR= nginx.sh
+USE_RC_SUBR= nginx
SUB_LIST+= WWWOWN=${WWWOWN} \
WWWGRP=${WWWGRP} \
NGINX_RUNDIR=${NGINX_RUNDIR} \
diff --git a/www/nginx-devel/files/nginx.sh.in b/www/nginx-devel/files/nginx.in
index eb77986fb65c..eb77986fb65c 100644
--- a/www/nginx-devel/files/nginx.sh.in
+++ b/www/nginx-devel/files/nginx.in
diff --git a/www/nginx/Makefile b/www/nginx/Makefile
index 922450cb54bf..b0ad4d88617d 100644
--- a/www/nginx/Makefile
+++ b/www/nginx/Makefile
@@ -208,7 +208,7 @@ NGINX_ACCESSLOG?= ${NGINX_LOGDIR}/nginx-access.log
NGINX_ERRORLOG?= ${NGINX_LOGDIR}/nginx-error.log
CONFLICTS?= nginx-devel-1.*
-USE_RC_SUBR= nginx.sh
+USE_RC_SUBR= nginx
SUB_LIST+= WWWOWN=${WWWOWN} \
WWWGRP=${WWWGRP} \
NGINX_RUNDIR=${NGINX_RUNDIR} \
diff --git a/www/nginx/files/nginx.sh.in b/www/nginx/files/nginx.in
index eb77986fb65c..eb77986fb65c 100644
--- a/www/nginx/files/nginx.sh.in
+++ b/www/nginx/files/nginx.in