diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/dhcpcd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/dhcpcd/Makefile b/net/dhcpcd/Makefile index 4ed26f280a8..b39d6502558 100644 --- a/net/dhcpcd/Makefile +++ b/net/dhcpcd/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.109 2020/11/28 14:30:13 roy Exp $ +# $NetBSD: Makefile,v 1.110 2020/12/03 14:17:50 zafer Exp $ DISTNAME= dhcpcd-9.3.4 PKGNAME= ${DISTNAME:S/-rc/rc/} CATEGORIES= net MASTER_SITES= ftp://roy.marples.name/pub/dhcpcd/ -MASTER_SITES+= http://roy.aydogan.net/dhcpcd/ +MASTER_SITES+= https://www.aydogan.net/distfiles/roy/dhcpcd/ MASTER_SITES+= http://cflags.cc/roy/dhcpcd/ EXTRACT_SUFX= .tar.xz |