svn commit: r489589 - head/net-mgmt/blackbox_exporter

Tobias Kortkamp tobik at FreeBSD.org
Mon Jan 7 17:31:24 UTC 2019


Author: tobik
Date: Mon Jan  7 17:31:23 2019
New Revision: 489589
URL: https://svnweb.freebsd.org/changeset/ports/489589

Log:
  Do not set USE_RC_SUBR twice

Modified:
  head/net-mgmt/blackbox_exporter/Makefile

Modified: head/net-mgmt/blackbox_exporter/Makefile
==============================================================================
--- head/net-mgmt/blackbox_exporter/Makefile	Mon Jan  7 17:23:25 2019	(r489588)
+++ head/net-mgmt/blackbox_exporter/Makefile	Mon Jan  7 17:31:23 2019	(r489589)
@@ -23,8 +23,6 @@ GROUPS=		prometheus
 GO_PKGNAME=	github.com/${GH_ACCOUNT}/${PORTNAME}
 GO_TARGET=	github.com/${GH_ACCOUNT}/${PORTNAME}
 
-USE_RC_SUBR=	${PORTNAME}
-
 PORTEXAMPLES=	${WRKSRC}/*.yml
 
 OPTIONS_DEFINE=	EXAMPLES


More information about the svn-ports-head mailing list