aboutsummaryrefslogtreecommitdiffstats
path: root/www/nginx
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2005-11-21 17:07:05 +0800
committerosa <osa@FreeBSD.org>2005-11-21 17:07:05 +0800
commit17b691e87b612b88ce786b141690cdbd0ac131c7 (patch)
treef9489eacdc8b8f04cd1565a81e6f999b1d263ce2 /www/nginx
parent277f0a11009dcfe1a1f30a940633f8519f0b21c3 (diff)
downloadfreebsd-ports-gnome-17b691e87b612b88ce786b141690cdbd0ac131c7.tar.gz
freebsd-ports-gnome-17b691e87b612b88ce786b141690cdbd0ac131c7.tar.zst
freebsd-ports-gnome-17b691e87b612b88ce786b141690cdbd0ac131c7.zip
Add extra command - reload.
Bump PORTREVISION. Submitted by: marck
Diffstat (limited to 'www/nginx')
-rw-r--r--www/nginx/Makefile1
-rw-r--r--www/nginx/files/nginx.sh.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile
index 8d4eefa9b61c..fd6f9a8bc1d0 100644
--- a/www/nginx/Makefile
+++ b/www/nginx/Makefile
@@ -7,6 +7,7 @@
PORTNAME= nginx
PORTVERSION= 0.3.11
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://sysoev.ru/nginx/
MASTER_SITES+= ${MASTER_SITE_LOCAL}
diff --git a/www/nginx/files/nginx.sh.in b/www/nginx/files/nginx.sh.in
index b28a5bacb706..dcbd00d0213c 100644
--- a/www/nginx/files/nginx.sh.in
+++ b/www/nginx/files/nginx.sh.in
@@ -23,7 +23,7 @@ name="nginx"
rcvar=`set_rcvar`
command="%%PREFIX%%/sbin/nginx"
-extra_commands="configtest"
+extra_commands="configtest reload"
configtest_cmd="configtest_cmd"
configtest_cmd() {