aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorstefan <stefan@FreeBSD.org>2007-09-30 19:25:51 +0800
committerstefan <stefan@FreeBSD.org>2007-09-30 19:25:51 +0800
commitc934e2b38fd05becb5cd8213318dd462fb05372d (patch)
treee71864f91eb2de04028174c977a451e0f0df94ac /www
parentb2f5d11e3c55575aa289e6d7b9408567ad96e2ba (diff)
downloadfreebsd-ports-gnome-c934e2b38fd05becb5cd8213318dd462fb05372d.tar.gz
freebsd-ports-gnome-c934e2b38fd05becb5cd8213318dd462fb05372d.tar.zst
freebsd-ports-gnome-c934e2b38fd05becb5cd8213318dd462fb05372d.zip
- Fix path for 'chown' in pkg-plist.
- Bump PORTREVISION. PR: 116340 Submitted by: Alexey Rubtsov <arubtsov@swsof.com> Approved by: maintainer timeout (2 weeks)
Diffstat (limited to 'www')
-rw-r--r--www/mod_fcgid/Makefile2
-rw-r--r--www/mod_fcgid/pkg-plist2
2 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_fcgid/Makefile b/www/mod_fcgid/Makefile
index 51c7b261a0ad..7c3ce45fafdb 100644
--- a/www/mod_fcgid/Makefile
+++ b/www/mod_fcgid/Makefile
@@ -7,7 +7,7 @@
PORTNAME= mod_fcgid
PORTVERSION= 2.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= ${PORTNAME:S/_/-/}
diff --git a/www/mod_fcgid/pkg-plist b/www/mod_fcgid/pkg-plist
index 65e6fc018590..6dea6aa6ea16 100644
--- a/www/mod_fcgid/pkg-plist
+++ b/www/mod_fcgid/pkg-plist
@@ -1,4 +1,4 @@
libexec/apache%%APACHE_VERSION%%/mod_fcgid.so
@exec /bin/mkdir -p -m 700 /var/run/fcgidsock
-@exec /bin/chown www:www /var/run/fcgidsock
+@exec /usr/sbin/chown www:www /var/run/fcgidsock
@unexec /bin/rmdir /var/run/fcgidsock 2>/dev/null || true