From afce2be4e2881ae0cf1ebedbc3c29c1095366e98 Mon Sep 17 00:00:00 2001 From: lme Date: Thu, 24 Apr 2014 20:41:37 +0000 Subject: - Update to 1.11.2 - Fix leftover .rnd file [1] Suggessted by: swills --- net-mgmt/icinga/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'net-mgmt/icinga/Makefile') diff --git a/net-mgmt/icinga/Makefile b/net-mgmt/icinga/Makefile index f416f794cddd..d75eaf39ee4e 100644 --- a/net-mgmt/icinga/Makefile +++ b/net-mgmt/icinga/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= icinga -PORTVERSION= 1.11.1 -PORTREVISION= 1 +PORTVERSION= 1.11.2 CATEGORIES= net-mgmt MASTER_SITES= https://github.com/Icinga/${PORTNAME}-core/releases/download/v${PORTVERSION}/ @@ -55,7 +54,8 @@ CONFIGURE_ARGS= --with-command-user=${ICINGAUSER} \ --enable-nanosleep CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" \ - PERL=${PERL} + PERL=${PERL} \ + HOME=${WRKDIR} # prevent creation of .rnd file INSTALL_TARGET= install install-config install-eventhandlers install-webconf -- cgit