diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/uk-postcodes/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/misc/uk-postcodes/Makefile b/misc/uk-postcodes/Makefile index 984933299c61..f3551a722eed 100644 --- a/misc/uk-postcodes/Makefile +++ b/misc/uk-postcodes/Makefile @@ -5,13 +5,12 @@ # $FreeBSD$ # -PORTNAME= postcodes -PORTVERSION= 1.0 +PORTNAME= uk-postcodes +PORTVERSION= 2.0 CATEGORIES= misc MASTER_SITES= ftp://ftp.Awfulhak.org/pub/uk-postcodes/ \ http://people.FreeBSD.org/~brian/uk-postcodes/ -PKGNAMEPREFIX= uk- -DISTFILES= uk.postcodes.gz +EXTRACT_SUFX= .gz MAINTAINER= brian@FreeBSD.org |