aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/prometheus-collectd-exporter
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2018-01-12 12:59:04 +0000
committerMathieu Arnold <mat@FreeBSD.org>2018-01-12 12:59:04 +0000
commitae04fc958c7538eb8753e3f62f404344bda85a85 (patch)
tree49951a429ab4fab1a0b1a9ac7cf83677e767a355 /net-mgmt/prometheus-collectd-exporter
parentf89aabecf974a0b980ee1535da46ebd07098c431 (diff)
downloadports-ae04fc958c7538eb8753e3f62f404344bda85a85.tar.gz
ports-ae04fc958c7538eb8753e3f62f404344bda85a85.zip
Don't set WRKSRC and USE_GITHUB, it is wrong. Also, stripping go ports
is just fine. Pointy hat: pi Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=458824
Diffstat (limited to 'net-mgmt/prometheus-collectd-exporter')
-rw-r--r--net-mgmt/prometheus-collectd-exporter/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/net-mgmt/prometheus-collectd-exporter/Makefile b/net-mgmt/prometheus-collectd-exporter/Makefile
index abd1b25f1a98..4260d0cf2cc1 100644
--- a/net-mgmt/prometheus-collectd-exporter/Makefile
+++ b/net-mgmt/prometheus-collectd-exporter/Makefile
@@ -11,13 +11,10 @@ COMMENT= Collectd exporter for prometheus
LICENSE= APACHE20
USES= go gmake
-WRKSRC= ${WRKDIR}/collectd_exporter-${PORTVERSION}
USE_GITHUB= yes
GH_ACCOUNT= prometheus
GH_PROJECT= collectd_exporter
PLIST_FILES= bin/prometheus-collectd-exporter
-STRIP=
-
.include <bsd.port.mk>