Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jan 2018 20:47:19 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r459377 - head/net-mgmt/librenms
Message-ID:  <201801182047.w0IKlJMn088948@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Thu Jan 18 20:47:19 2018
New Revision: 459377
URL: https://svnweb.freebsd.org/changeset/ports/459377

Log:
  net-mgmt/librenms: Fix build
  
  Leftover change crept into last commit
  
  MFH:		2018Q1

Modified:
  head/net-mgmt/librenms/Makefile

Modified: head/net-mgmt/librenms/Makefile
==============================================================================
--- head/net-mgmt/librenms/Makefile	Thu Jan 18 20:45:32 2018	(r459376)
+++ head/net-mgmt/librenms/Makefile	Thu Jan 18 20:47:19 2018	(r459377)
@@ -80,7 +80,7 @@ WMIC_RUN_DEPENDS=	wmic:net-mgmt/wmi-client
 MYSQLD_USES=		mysql:server
 MYSQLD_USES_OFF=	mysql:client
 
-SUB_FILES+=	librenms.conf pkg-message
+SUB_FILES+=	pkg-message
 SUB_LIST+=	PHP="${PHPBASE}/bin/php" PYTHON=${PYTHON_CMD}
 
 ROOT_FILES=	addhost.php adduser.php	alerts.php build-base.php build.sql \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801182047.w0IKlJMn088948>