diff options
author | jedgar <jedgar@FreeBSD.org> | 2001-07-07 19:03:41 +0000 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2001-07-07 19:03:41 +0000 |
commit | 73f28e5f1200de20578ebc3d03380c15ba62c8dc (patch) | |
tree | f851ba7af901092a1e2b6f05d56e718c510053bf /net/ntp | |
parent | 71ceeaba18466f54ba95d48d64ba41bab8eeeb13 (diff) | |
download | FreeBSD-ports-73f28e5f1200de20578ebc3d03380c15ba62c8dc.zip FreeBSD-ports-73f28e5f1200de20578ebc3d03380c15ba62c8dc.tar.gz |
Fix MASTER_SITES
PR: 28791
Submitted by: Maintainer
Diffstat (limited to 'net/ntp')
-rw-r--r-- | net/ntp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ntp/Makefile b/net/ntp/Makefile index 9b5a1c6..e28238c 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 |