aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/smokeping
diff options
context:
space:
mode:
authorlth <lth@FreeBSD.org>2006-07-27 18:55:20 +0800
committerlth <lth@FreeBSD.org>2006-07-27 18:55:20 +0800
commit2ca8df80a774a2f978be67dec9ae5a9c3799bfa8 (patch)
tree62914975773f40e2ab3180754baa3ab71737ab90 /net-mgmt/smokeping
parent7563aa754e85c3911a103584fb72c6064550ea1e (diff)
downloadfreebsd-ports-gnome-2ca8df80a774a2f978be67dec9ae5a9c3799bfa8.tar.gz
freebsd-ports-gnome-2ca8df80a774a2f978be67dec9ae5a9c3799bfa8.tar.zst
freebsd-ports-gnome-2ca8df80a774a2f978be67dec9ae5a9c3799bfa8.zip
Fixed WWW user uid/gid
Diffstat (limited to 'net-mgmt/smokeping')
-rw-r--r--net-mgmt/smokeping/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/smokeping/Makefile b/net-mgmt/smokeping/Makefile
index b0f549bae80f..9b3a1fe461b5 100644
--- a/net-mgmt/smokeping/Makefile
+++ b/net-mgmt/smokeping/Makefile
@@ -7,6 +7,7 @@
PORTNAME= smokeping
PORTVERSION= 2.0.9
+PORTREVISION= 1
CATEGORIES= net www
MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/smokeping/pub/
@@ -261,7 +262,7 @@ do-install:
@${MKDIR} ${PREFIX}/var/smokeping
@${CHOWN} -R ${USER}:${GROUP} ${PREFIX}/var/smokeping
@${MKDIR} ${PREFIX}/smokeping/htdocs/img
- @${CHOWN} ${WWW_USER}:${WWW_GROUP} ${PREFIX}/smokeping/htdocs/img
+ @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/smokeping/htdocs/img
@if [ ! -f ${PREFIX}/etc/rc.d/smokeping.sh ]; then \
${ECHO} "Installing ${PREFIX}/etc/rc.d/smokeping.sh startup file."; \
${INSTALL_SCRIPT} ${FILESDIR}/smokeping.sh ${PREFIX}/etc/rc.d/smokeping.sh; \