diff options
author | Wen Heping <wen@FreeBSD.org> | 2011-03-29 02:40:12 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2011-03-29 02:40:12 +0000 |
commit | 1b1d533353e695356f21e9d78bb1ef634b744df0 (patch) | |
tree | efe02fa801a66b9001c5bb0008aacc88edd4b91e /sysutils/monitorix | |
parent | 5939826f079639db851b8fc19acde7faa4ffa5d4 (diff) | |
download | ports-1b1d533353e695356f21e9d78bb1ef634b744df0.tar.gz ports-1b1d533353e695356f21e9d78bb1ef634b744df0.zip |
Notes
Diffstat (limited to 'sysutils/monitorix')
-rw-r--r-- | sysutils/monitorix/Makefile | 11 | ||||
-rw-r--r-- | sysutils/monitorix/files/monitorix.in | 2 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sysutils/monitorix/Makefile b/sysutils/monitorix/Makefile index b7b374742f4b..0a5c5a78a19f 100644 --- a/sysutils/monitorix/Makefile +++ b/sysutils/monitorix/Makefile @@ -7,6 +7,7 @@ PORTNAME= monitorix PORTVERSION= 2.1.0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.monitorix.org/ \ http://www.bayofrum.net/dist/${PORTNAME}/ @@ -42,7 +43,9 @@ WWWROOT= ${WWWDIR:S,/${PORTNAME}$,,} SUB_FILES= pkg-message SUB_LIST= PERL=${PERL} -PLIST_SUB+= CGIDIR=${CGIDIR:C,^${PREFIX}/,,} +PLIST_SUB+= CGIDIR=${CGIDIR:C,^${PREFIX}/,,} \ + WWW_OWNER=${WWW_OWNER} \ + WWW_GROUP=${WWW_GROUP} WWW_FILES= logo_top.png \ logo_bot.png \ @@ -79,9 +82,9 @@ post-patch: .endfor # eth0 doesn't exist in FreeBSD! Also let's set our own paths. @${REINPLACE_CMD} \ - -e 's|\($$BASE_DIR = "\)[^"]*|\1${WWWDIR}|' \ - -e 's|\($$BASE_LIB = "\)[^"]*|\1${DATADIR}|' \ - -e 's|\($$BASE_CGI = "\)[^"]*|\1${CGIPATH}|' \ + -e 's|\($$BASE_DIR = "\)[^"]*|\1${WWWDIR}/|' \ + -e 's|\($$BASE_LIB = "\)[^"]*|\1${DATADIR}/|' \ + -e 's|\($$BASE_CGI = "\)[^"]*|\1${CGIPATH}/|' \ -e "s|/var/lib/milter-greylist/db/|/var/milter-greylist/|" \ -e "s|eth0|lo0|g" \ ${WRKSRC}/monitorix.conf diff --git a/sysutils/monitorix/files/monitorix.in b/sysutils/monitorix/files/monitorix.in index b7fbfdb2b8e8..6b5ee44b9a42 100644 --- a/sysutils/monitorix/files/monitorix.in +++ b/sysutils/monitorix/files/monitorix.in @@ -20,7 +20,7 @@ start_cmd="${name}_start" pidfile="/var/run/${name}.pid" command_interpreter="." -procname="/usr/local/sbin/${name}" +procname="%%PREFIX%%/sbin/${name}" monitorix_start() { |