diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2021-10-11 18:56:28 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2021-10-11 18:56:31 +0000 |
commit | cb45ee126b359e3b202393baa37c336632dc8eb5 (patch) | |
tree | 08d25025382c3b23412f9a93e6a21e90135fe356 /devel | |
parent | 2114ce3114a417d3aea6a9844fa45c9a0f94e9ed (diff) | |
download | ports-cb45ee126b359e3b202393baa37c336632dc8eb5.tar.gz ports-cb45ee126b359e3b202393baa37c336632dc8eb5.zip |
Diffstat (limited to 'devel')
-rw-r--r-- | devel/apache-commons-daemon/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/apache-commons-daemon/Makefile b/devel/apache-commons-daemon/Makefile index 19857f41b40e..34aa0952f529 100644 --- a/devel/apache-commons-daemon/Makefile +++ b/devel/apache-commons-daemon/Makefile @@ -3,8 +3,9 @@ PORTNAME= commons-daemon PORTVERSION= 1.2.3 CATEGORIES= devel java -MASTER_SITES= APACHE_COMMONS_SOURCE:src \ - APACHE_COMMONS_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 \ ${PORTNAME}-${PORTVERSION}-bin${EXTRACT_SUFX}:bin |