diff options
author | Brian Somers <brian@FreeBSD.org> | 2001-01-03 08:24:51 +0000 |
---|---|---|
committer | Brian Somers <brian@FreeBSD.org> | 2001-01-03 08:24:51 +0000 |
commit | c7e08c45c2d98147fff4f5a60e57a854454b39ab (patch) | |
tree | 349d00adf8b86c757fe884caf97c22d32b26fe72 /misc/uk-postcodes/Makefile | |
parent | bd132e4dbbfefa316800146e67ae8d179c8b4cd0 (diff) | |
download | ports-c7e08c45c2d98147fff4f5a60e57a854454b39ab.tar.gz ports-c7e08c45c2d98147fff4f5a60e57a854454b39ab.zip |
Notes
Diffstat (limited to 'misc/uk-postcodes/Makefile')
-rw-r--r-- | misc/uk-postcodes/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/uk-postcodes/Makefile b/misc/uk-postcodes/Makefile index 2628126b1b99..984933299c61 100644 --- a/misc/uk-postcodes/Makefile +++ b/misc/uk-postcodes/Makefile @@ -8,8 +8,8 @@ PORTNAME= postcodes PORTVERSION= 1.0 CATEGORIES= misc -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= wosch/src asami/LOCAL_PORTS +MASTER_SITES= ftp://ftp.Awfulhak.org/pub/uk-postcodes/ \ + http://people.FreeBSD.org/~brian/uk-postcodes/ PKGNAMEPREFIX= uk- DISTFILES= uk.postcodes.gz |