diff options
Diffstat (limited to 'misc/uk-postcodes')
-rw-r--r-- | misc/uk-postcodes/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/uk-postcodes/Makefile b/misc/uk-postcodes/Makefile index f3551a722eed..51aab3341937 100644 --- a/misc/uk-postcodes/Makefile +++ b/misc/uk-postcodes/Makefile @@ -5,20 +5,20 @@ # $FreeBSD$ # -PORTNAME= uk-postcodes +PORTNAME= uk-postcodes PORTVERSION= 2.0 CATEGORIES= misc -MASTER_SITES= ftp://ftp.Awfulhak.org/pub/uk-postcodes/ \ +MASTER_SITES= ftp://ftp.Awfulhak.org/pub/uk-postcodes/ \ http://people.FreeBSD.org/~brian/uk-postcodes/ EXTRACT_SUFX= .gz -MAINTAINER= brian@FreeBSD.org +MAINTAINER= brian@FreeBSD.org -NO_WRKSUBDIR= YES +NO_WRKSUBDIR= yes EXTRACT_CMD= ${GZCAT} EXTRACT_BEFORE_ARGS= # None EXTRACT_AFTER_ARGS= > ${WRKSRC}/uk.postcodes -NO_BUILD= YES +NO_BUILD= yes do-install: ${INSTALL_DATA} ${WRKSRC}/uk.postcodes ${PREFIX}/share/misc |