diff options
author | Lars Thegler <lth@FreeBSD.org> | 2006-07-27 10:55:20 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2006-07-27 10:55:20 +0000 |
commit | a00e45c4d36c038b2f75fb8115cc1df519e1a507 (patch) | |
tree | e86b8b2313388e0c0f4aa63941b51361c43450fe /net/smokeping | |
parent | 0db78c0234da59d362e462f6f5a6db90a8c9f33c (diff) | |
download | ports-a00e45c4d36c038b2f75fb8115cc1df519e1a507.tar.gz ports-a00e45c4d36c038b2f75fb8115cc1df519e1a507.zip |
Notes
Diffstat (limited to 'net/smokeping')
-rw-r--r-- | net/smokeping/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/smokeping/Makefile b/net/smokeping/Makefile index b0f549bae80f..9b3a1fe461b5 100644 --- a/net/smokeping/Makefile +++ b/net/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; \ |