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 /net/ntp | |
parent | 2ff44213b51eea31d0691fa3895d61519fe20db1 (diff) |
Fix MASTER_SITES
PR: 28791
Submitted by: Maintainer
Notes
Notes:
svn path=/head/; revision=44888
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 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 |