From 2b1a883dc4fd248d3b049059b9543dde2ac98ffd Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Tue, 16 Jan 2001 17:33:20 +0000 Subject: Massive style enforcement - use ^I instead of spaces for variables identation. --- misc/uk-postcodes/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'misc/uk-postcodes') 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 -- cgit v1.2.3