svn commit: r338116 - head/net-mgmt/icinga
Lars Engels
lme at FreeBSD.org
Mon Dec 30 14:20:09 UTC 2013
Author: lme
Date: Mon Dec 30 14:20:08 2013
New Revision: 338116
URL: http://svnweb.freebsd.org/changeset/ports/338116
Log:
- Resurrect ICINGAHTMURL and ICINGACGIURL so you can override the defaults
- Bump PORTREVISION
Noticed by: Markus Mann
Modified:
head/net-mgmt/icinga/Makefile
Modified: head/net-mgmt/icinga/Makefile
==============================================================================
--- head/net-mgmt/icinga/Makefile Mon Dec 30 13:58:27 2013 (r338115)
+++ head/net-mgmt/icinga/Makefile Mon Dec 30 14:20:08 2013 (r338116)
@@ -3,6 +3,7 @@
PORTNAME= icinga
PORTVERSION= 1.10.2
+PORTREVISION= 1
CATEGORIES= net-mgmt
MASTER_SITES= SF
@@ -28,6 +29,8 @@ ICINGADIR?= /var/spool/icinga
ICINGALOGDIR?= /var/log/icinga
ICINGAWWWDIR?= www/icinga
+ICINGAHTMURL?= /icinga
+ICINGACGIURL?= ${ICINGAHTMURL}/cgi-bin
CPPFLAGS+= -I${LOCALBASE}/include -fPIC
CFLAGS+= ${CPPFLAGS}
@@ -36,6 +39,8 @@ CONFIGURE_ARGS= --with-command-user=${IC
--with-command-group=${WWWGRP} \
--with-icinga-user=${ICINGAUSER} \
--with-icinga-group=${ICINGAGROUP} \
+ --with-htmurl=${ICINGAHTMURL} \
+ --with-cgiurl=${ICINGACGIURL} \
--sbindir=${PREFIX}/${ICINGAWWWDIR}/cgi-bin \
--datarootdir=${PREFIX}/${ICINGAWWWDIR} \
--datadir=${PREFIX}/${ICINGAWWWDIR} \
@@ -59,6 +64,7 @@ PLIST_SUB= ICINGADIR=${ICINGADIR} \
ICINGAWWWDIR=${ICINGAWWWDIR} \
ICINGAUSER=${ICINGAUSER} \
ICINGAGROUP=${ICINGAGROUP} \
+ ICINGAHTMURL=${ICINGAHTMURL} \
ICINGACGIURL=${ICINGACGIURL} \
WWWGRP=${WWWGRP}
More information about the svn-ports-all
mailing list