diff options
-rw-r--r-- | net/ntp/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/ntp/Makefile b/net/ntp/Makefile index 6bd00d2a9181..d7a667f458c8 100644 --- a/net/ntp/Makefile +++ b/net/ntp/Makefile @@ -5,9 +5,8 @@ PORTNAME= ntp PORTVERSION= 4.2.8 PORTREVISION= 3 CATEGORIES= net ipv6 -MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/ \ - http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ \ - ftp://ftp.archive.de.uu.net/pub/unix/ntp/ntp4/ \ +MASTER_SITES= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ \ + http://archive.ntp.org/ntp4/ntp-4.2/ \ ftp://ftp.netlab.is.tsukuba.ac.jp/pub/network/ntp/ntp4/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/P/p/:S/.r/-RC/} |