svn commit: r459378 - branches/2018Q1/net-mgmt/librenms

Mark Felder feld at FreeBSD.org
Thu Jan 18 20:47:50 UTC 2018


Author: feld
Date: Thu Jan 18 20:47:49 2018
New Revision: 459378
URL: https://svnweb.freebsd.org/changeset/ports/459378

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

Modified:
  branches/2018Q1/net-mgmt/librenms/Makefile
Directory Properties:
  branches/2018Q1/   (props changed)

Modified: branches/2018Q1/net-mgmt/librenms/Makefile
==============================================================================
--- branches/2018Q1/net-mgmt/librenms/Makefile	Thu Jan 18 20:47:19 2018	(r459377)
+++ branches/2018Q1/net-mgmt/librenms/Makefile	Thu Jan 18 20:47:49 2018	(r459378)
@@ -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 \


More information about the svn-ports-branches mailing list