diff options
author | jedgar <jedgar@FreeBSD.org> | 2001-07-08 03:03:41 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2001-07-08 03:03:41 +0800 |
commit | 73f28e5f1200de20578ebc3d03380c15ba62c8dc (patch) | |
tree | f851ba7af901092a1e2b6f05d56e718c510053bf /net | |
parent | 71ceeaba18466f54ba95d48d64ba41bab8eeeb13 (diff) | |
download | freebsd-ports-gnome-73f28e5f1200de20578ebc3d03380c15ba62c8dc.tar.gz freebsd-ports-gnome-73f28e5f1200de20578ebc3d03380c15ba62c8dc.tar.zst freebsd-ports-gnome-73f28e5f1200de20578ebc3d03380c15ba62c8dc.zip |
Fix MASTER_SITES
PR: 28791
Submitted by: Maintainer
Diffstat (limited to 'net')
-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 |