aboutsummaryrefslogtreecommitdiff
path: root/www/fcgiwrap
diff options
context:
space:
mode:
Diffstat (limited to 'www/fcgiwrap')
-rw-r--r--www/fcgiwrap/Makefile2
-rw-r--r--www/fcgiwrap/files/fcgiwrap.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/www/fcgiwrap/Makefile b/www/fcgiwrap/Makefile
index dd869a7b20d7..7faf43057135 100644
--- a/www/fcgiwrap/Makefile
+++ b/www/fcgiwrap/Makefile
@@ -7,7 +7,7 @@
PORTNAME= fcgiwrap
PORTVERSION= 1.0.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www
MASTER_SITES= http://cloud.github.com/downloads/gnosek/fcgiwrap/
diff --git a/www/fcgiwrap/files/fcgiwrap.in b/www/fcgiwrap/files/fcgiwrap.in
index f550f3415c63..82f4f451d1c4 100644
--- a/www/fcgiwrap/files/fcgiwrap.in
+++ b/www/fcgiwrap/files/fcgiwrap.in
@@ -38,7 +38,7 @@ fcgiwrap_precmd() {
fcgiwrap_setfib
test -d /var/run/fcgiwrap || mkdir -p /var/run/fcgiwrap
- if [ -n ${fcgiwrap_user} ]; then
+ if [ -n "${fcgiwrap_user}" ]; then
chown -R ${fcgiwrap_user} /var/run/fcgiwrap
fi
}