diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2001-07-07 19:03:41 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2001-07-07 19:03:41 +0000 |
commit | 9c61f8a9f5ddc3e15013c523b8e1c632584174a4 (patch) | |
tree | 9bfcd04368cfbd37c9f573dc1693b051d00fd253 | |
parent | 2ff44213b51eea31d0691fa3895d61519fe20db1 (diff) | |
download | freebsd-ports-9c61f8a9f5ddc3e15013c523b8e1c632584174a4.zip |
Fix MASTER_SITES
PR: 28791
Submitted by: Maintainer
-rw-r--r-- | net/ntp-devel/Makefile | 2 | ||||
-rw-r--r-- | net/ntp-stable/Makefile | 2 | ||||
-rw-r--r-- | net/ntp/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net/ntp-devel/Makefile b/net/ntp-devel/Makefile index 9b5a1c6bae40..e28238c9c3fd 100644 --- a/net/ntp-devel/Makefile +++ b/net/ntp-devel/Makefile @@ -9,7 +9,7 @@ PORTNAME= ntp PORTVERSION= 4.0.99m.r2 CATEGORIES= net MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/ \ - http://www.eeics.udel.edu/~ntp/ntp_spool/ntp4/ + http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/-rc/} MAINTAINER= Cy.Schubert@uumail.gov.bc.ca diff --git a/net/ntp-stable/Makefile b/net/ntp-stable/Makefile index 9b5a1c6bae40..e28238c9c3fd 100644 --- a/net/ntp-stable/Makefile +++ b/net/ntp-stable/Makefile @@ -9,7 +9,7 @@ PORTNAME= ntp PORTVERSION= 4.0.99m.r2 CATEGORIES= net MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/ \ - http://www.eeics.udel.edu/~ntp/ntp_spool/ntp4/ + http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/-rc/} MAINTAINER= Cy.Schubert@uumail.gov.bc.ca diff --git a/net/ntp/Makefile b/net/ntp/Makefile index 9b5a1c6bae40..e28238c9c3fd 100644 --- a/net/ntp/Makefile +++ b/net/ntp/Makefile @@ -9,7 +9,7 @@ PORTNAME= ntp PORTVERSION= 4.0.99m.r2 CATEGORIES= net MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/ \ - http://www.eeics.udel.edu/~ntp/ntp_spool/ntp4/ + http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/-rc/} MAINTAINER= Cy.Schubert@uumail.gov.bc.ca |