aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrond Endrestol <Trond.Endrestol@ximalas.info>2022-12-28 23:35:04 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2022-12-28 23:35:09 +0000
commit1de26c726690f5947b21d73fc44b06988134ad94 (patch)
treef2144748f8b7420ff9cf19f72546663adc0d2e50
parentded602750874a4c59cab2d85c08d52df1bc28a99 (diff)
downloadports-1de26c726690f5947b21d73fc44b06988134ad94.tar.gz
ports-1de26c726690f5947b21d73fc44b06988134ad94.zip
net-mgmt/netdata: Unbreak fetch
Add missing trailing slash to MASTER_SITES PR: 268612 Approved by: portmgr (blanket)
-rw-r--r--net-mgmt/netdata/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/netdata/Makefile b/net-mgmt/netdata/Makefile
index 1fe89640759f..8c755c274a6d 100644
--- a/net-mgmt/netdata/Makefile
+++ b/net-mgmt/netdata/Makefile
@@ -2,7 +2,7 @@ PORTNAME= netdata
DISTVERSIONPREFIX= v
DISTVERSION= 1.37.1
CATEGORIES= net-mgmt
-MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}
+MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/
MAINTAINER= nc@FreeBSD.org
COMMENT= Scalable distributed realtime performance and health monitoring