From 2b1a883dc4fd248d3b049059b9543dde2ac98ffd Mon Sep 17 00:00:00 2001
From: Maxim Sobolev <sobomax@FreeBSD.org>
Date: Tue, 16 Jan 2001 17:33:20 +0000
Subject: Massive style enforcement - use ^I instead of spaces for variables
 identation.

---
 archivers/arc/Makefile      |  8 ++++----
 archivers/bzip/Makefile     |  6 +++---
 archivers/freeze/Makefile   |  4 ++--
 archivers/lha/Makefile      |  2 +-
 archivers/nulib/Makefile    |  2 +-
 archivers/pkzip/Makefile    |  2 +-
 archivers/ppunpack/Makefile |  2 +-
 archivers/rar/Makefile      |  6 +++---
 archivers/unrar/Makefile    |  4 ++--
 archivers/zip/Makefile      | 12 ++++++------
 10 files changed, 24 insertions(+), 24 deletions(-)

(limited to 'archivers')

diff --git a/archivers/arc/Makefile b/archivers/arc/Makefile
index 66c7b8f91a51..fe52f1fef2b8 100644
--- a/archivers/arc/Makefile
+++ b/archivers/arc/Makefile
@@ -8,11 +8,11 @@
 PORTNAME=	arc
 PORTVERSION=	5.21e.8
 CATEGORIES=	archivers
-MASTER_SITES=   ftp://ftp.kiarchive.ru/pub/unix/arcers/
-DISTNAME=       arc521e.pl8
-EXTRACT_SUFX=   .tar.Z
+MASTER_SITES=	ftp://ftp.kiarchive.ru/pub/unix/arcers/
+DISTNAME=	arc521e.pl8
+EXTRACT_SUFX=	.tar.Z
 
-MAINTAINER=     ache@FreeBSD.org
+MAINTAINER=	ache@FreeBSD.org
 
 NO_WRKSUBDIR=	yes
 MAN1=		arc.1
diff --git a/archivers/bzip/Makefile b/archivers/bzip/Makefile
index 88a67724ae23..068c829c8c1b 100644
--- a/archivers/bzip/Makefile
+++ b/archivers/bzip/Makefile
@@ -8,11 +8,11 @@
 PORTNAME=	bzip
 PORTVERSION=	0.21
 CATEGORIES=	archivers
-MASTER_SITES=   ftp://ftp.connectnet.com/pub/bzip/bzip-0.21/
+MASTER_SITES=	ftp://ftp.connectnet.com/pub/bzip/bzip-0.21/
 
-MAINTAINER=     ports@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 
-NO_CDROM=       "Restrictive copyright (don't sell for profit)"
+NO_CDROM=	"Restrictive copyright (don't sell for profit)"
 MAN1=		bzip.1 bunzip.1
 
 pre-install:
diff --git a/archivers/freeze/Makefile b/archivers/freeze/Makefile
index dbca56f507b2..b3cd5f2a0e78 100644
--- a/archivers/freeze/Makefile
+++ b/archivers/freeze/Makefile
@@ -5,13 +5,13 @@
 # $FreeBSD$
 #
 
-PORTNAME=       freeze
+PORTNAME=	freeze
 PORTVERSION=	2.5
 CATEGORIES=	archivers
 MASTER_SITES=	ftp://ftp.freesoftware.com/pub/unixfreeware/archive/ \
 		ftp://ftp.warwick.ac.uk/pub/compression/
 
-MAINTAINER=     lukin@okbmei.msk.su
+MAINTAINER=	lukin@okbmei.msk.su
 
 GNU_CONFIGURE=	yes
 ALL_TARGET=	prog
diff --git a/archivers/lha/Makefile b/archivers/lha/Makefile
index a6f7ac14042b..492af395e6e1 100644
--- a/archivers/lha/Makefile
+++ b/archivers/lha/Makefile
@@ -10,7 +10,7 @@ PORTVERSION=	1.14i
 CATEGORIES=	archivers
 MASTER_SITES=	http://www2m.biglobe.ne.jp/~dolphin/lha/prog/ \
 		ftp://ftp.win.ne.jp/pub/misc/
-DISTNAME=      	${PORTNAME}-${PORTVERSION:S/.//}
+DISTNAME=	${PORTNAME}-${PORTVERSION:S/.//}
 
 MAINTAINER=	ache@FreeBSD.org
 
diff --git a/archivers/nulib/Makefile b/archivers/nulib/Makefile
index af2a83fda4c7..37e5e9eb1f30 100644
--- a/archivers/nulib/Makefile
+++ b/archivers/nulib/Makefile
@@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR=	jseger
 DISTNAME=	nulib325
 EXTRACT_SUFX=	.tar.Z
 
-MAINTAINER=     jseger@FreeBSD.org
+MAINTAINER=	jseger@FreeBSD.org
 
 WRKSRC=		${WRKDIR}/nulib
 MAN1=		nulib.1
diff --git a/archivers/pkzip/Makefile b/archivers/pkzip/Makefile
index 4f9a18564205..ed4287741c35 100644
--- a/archivers/pkzip/Makefile
+++ b/archivers/pkzip/Makefile
@@ -18,7 +18,7 @@ RUN_DEPENDS=	/compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_base
 
 ONLY_FOR_ARCHS=	i386
 
-NO_BUILD=       Yes
+NO_BUILD=	Yes
 NO_PACKAGE=	Shareware
 
 STRIP=
diff --git a/archivers/ppunpack/Makefile b/archivers/ppunpack/Makefile
index 0e326b9b9aab..24ef12dbf4ea 100644
--- a/archivers/ppunpack/Makefile
+++ b/archivers/ppunpack/Makefile
@@ -19,7 +19,7 @@ RESTRICTED=	"No commercial redistribution"
 NO_CDROM=	${RESTRICTED}
 
 WRKSRC=		${WRKDIR}/PPUnpack
-MAKE_ARGS=     	CC="${CC}" COPTS="${CFLAGS}"
+MAKE_ARGS=	CC="${CC}" COPTS="${CFLAGS}"
 ALL_TARGET=	ppunpack
 
 do-install:
diff --git a/archivers/rar/Makefile b/archivers/rar/Makefile
index 3fd297b72274..08f04a09693d 100644
--- a/archivers/rar/Makefile
+++ b/archivers/rar/Makefile
@@ -18,9 +18,9 @@ MAINTAINER=	ache@FreeBSD.org
 CAT1=		rar.1
 
 ONLY_FOR_ARCHS=	i386
-NO_PACKAGE=     Only unmodified original package can be distributed
-NO_BUILD=       yes
-NO_WRKSUBDIR=   yes
+NO_PACKAGE=	Only unmodified original package can be distributed
+NO_BUILD=	yes
+NO_WRKSUBDIR=	yes
 EXTRACT_CMD=		# empty
 EXTRACT_BEFORE_ARGS=	# empty
 EXTRACT_AFTER_ARGS=	# empty
diff --git a/archivers/unrar/Makefile b/archivers/unrar/Makefile
index 518066c3c62e..ab221d1d50fa 100644
--- a/archivers/unrar/Makefile
+++ b/archivers/unrar/Makefile
@@ -8,8 +8,8 @@
 PORTNAME=	unrar
 PORTVERSION=	2.50
 CATEGORIES=	archivers
-MASTER_SITES=        ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR=  ache
+MASTER_SITES=	${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR=	ache
 
 MAINTAINER=	ache@FreeBSD.org
 
diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile
index 586865572b3c..d6750ba5b9ec 100644
--- a/archivers/zip/Makefile
+++ b/archivers/zip/Makefile
@@ -9,18 +9,18 @@
 PORTNAME=	zip
 PORTVERSION=	2.3
 CATEGORIES=	archivers
-MASTER_SITES=   ftp://ftp.freesoftware.com/pub/infozip/src/
-ZCRYPT_SRC=     zcrypt29-exportable.zip
+MASTER_SITES=	ftp://ftp.freesoftware.com/pub/infozip/src/
+ZCRYPT_SRC=	zcrypt29-exportable.zip
 DISTFILES=	zip23${EXTRACT_SUFX} ${ZCRYPT_SRC}
 
 MAINTAINER=	ache@FreeBSD.org
 
-BUILD_DEPENDS=  unzip:${PORTSDIR}/archivers/unzip
+BUILD_DEPENDS=	unzip:${PORTSDIR}/archivers/unzip
 
-WRKSRC=         ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-EXTRACT_ONLY=   zip23${EXTRACT_SUFX}
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
+EXTRACT_ONLY=	zip23${EXTRACT_SUFX}
 MAKEFILE=	unix/Makefile
-MAKE_FLAGS=     LOCAL_ZIP="-DUSE_CRYPT" -f
+MAKE_FLAGS=	LOCAL_ZIP="-DUSE_CRYPT" -f
 ALL_TARGET=	generic
 MAN1=		zip.1
 
-- 
cgit v1.2.3