aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2021-10-12 07:07:21 +0000
committerAlex Dupre <ale@FreeBSD.org>2021-10-12 07:07:55 +0000
commit475c97360ec6fcbc2c0c1691b86eb9c7834f5228 (patch)
tree190986ce4248ba05ca87ed571c8baaf5f0dba895
parente26080783a4b829393234f19031b96de3e15f608 (diff)
downloadports-475c97360ec6fcbc2c0c1691b86eb9c7834f5228.tar.gz
ports-475c97360ec6fcbc2c0c1691b86eb9c7834f5228.zip
devel/apache-commons-daemon: fix MASTER_SITES breakage
-rw-r--r--devel/apache-commons-daemon/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/apache-commons-daemon/Makefile b/devel/apache-commons-daemon/Makefile
index 34aa0952f529..2e403f2f1f34 100644
--- a/devel/apache-commons-daemon/Makefile
+++ b/devel/apache-commons-daemon/Makefile
@@ -3,8 +3,8 @@
PORTNAME= commons-daemon
PORTVERSION= 1.2.3
CATEGORIES= devel java
-MASTER_SITES= https://archive.apache.org/dist/commons/daemon/source:src \
- https://archive.apache.org/dist/commons/daemon/binaries:bin
+MASTER_SITES= https://archive.apache.org/dist/commons/daemon/source/:src \
+ https://archive.apache.org/dist/commons/daemon/binaries/:bin
PKGNAMEPREFIX= apache-
DISTFILES= ${PORTNAME}-${PORTVERSION}-native-src${EXTRACT_SUFX}:src \