diff options
author | Brian Somers <brian@FreeBSD.org> | 2001-01-03 08:35:23 +0000 |
---|---|---|
committer | Brian Somers <brian@FreeBSD.org> | 2001-01-03 08:35:23 +0000 |
commit | 60790c6d1659962a0a7fec693ef074f5954ec6b1 (patch) | |
tree | eeeda0773463b9637669c4dbb258f6fe8e7105c6 | |
parent | Move MASTER_SITES to something that I control (diff) |
Cosmetic: Make MASTER_SITES consistent with the uk-postcodes port
Notes
Notes:
svn path=/head/; revision=36622
-rw-r--r-- | misc/uk-phone/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/uk-phone/Makefile b/misc/uk-phone/Makefile index ee1ac72cc965..54c1aad89016 100644 --- a/misc/uk-phone/Makefile +++ b/misc/uk-phone/Makefile @@ -8,8 +8,8 @@ PORTNAME= uk-phone PORTVERSION= 2.1 CATEGORIES= misc -MASTER_SITES= ftp://ftp.Awfulhak.org/pub/PSTN/ \ - http://people.FreeBSD.org/~brian/PSTN/ +MASTER_SITES= ftp://ftp.Awfulhak.org/pub/uk-phone/ \ + http://people.FreeBSD.org/~brian/uk-phone/ EXTRACT_SUFX= .gz MAINTAINER= brian@FreeBSD.org |