From 4cf4ab0a2fdb34a7e33c053e7a18cdec23138e75 Mon Sep 17 00:00:00 2001
From: Michael Haro <mharo@FreeBSD.org>
Date: Fri, 21 Apr 2000 08:19:33 +0000
Subject: Correct whitespace introduced during PORTNAME conversion and portlint

---
 security/bro/Makefile              |  2 +-
 security/cfs/Makefile              |  4 ++--
 security/checkpassword/Makefile    |  2 +-
 security/crack/Makefile            |  2 +-
 security/cyrus-sasl/Makefile       |  7 +++----
 security/cyrus-sasl/pkg-plist      |  2 +-
 security/cyrus-sasl2/Makefile      |  7 +++----
 security/cyrus-sasl2/pkg-plist     |  2 +-
 security/dsniff/Makefile           |  2 +-
 security/fakebo/Makefile           |  2 +-
 security/find_ddos/Makefile        |  2 +-
 security/firewalk/Makefile         |  2 +-
 security/fragrouter/Makefile       |  2 +-
 security/fwtk/Makefile             |  4 ++--
 security/heimdal/Makefile          |  4 ++--
 security/ident2/Makefile           |  6 +++---
 security/keynote/Makefile          |  2 +-
 security/keynote/pkg-plist         |  2 +-
 security/keyprint/Makefile         |  2 +-
 security/kmap/Makefile             |  2 +-
 security/kssh/Makefile             |  2 +-
 security/l0pht-watch/Makefile      |  4 ++--
 security/libident/Makefile         |  2 +-
 security/libmcrypt/Makefile        |  2 +-
 security/nessus-devel/Makefile     |  2 +-
 security/nessus/Makefile           |  2 +-
 security/nmap/Makefile             |  2 +-
 security/openssl-beta/Makefile     |  2 +-
 security/openssl/Makefile          |  2 +-
 security/opieprint/Makefile        |  2 +-
 security/p5-Authen-Radius/Makefile |  2 +-
 security/p5-Crypt-CBC/Makefile     |  4 ++--
 security/p5-Crypt-DES/Makefile     |  2 +-
 security/p5-Digest-MD5/Makefile    |  7 +++----
 security/p5-Net-SSLeay/Makefile    |  2 +-
 security/p5-PGP-Sign/Makefile      |  2 +-
 security/p5-PGP/Makefile           |  4 ++--
 security/pgp/Makefile              | 32 ++++++++++++++++----------------
 security/pgp5/Makefile             |  6 +++---
 security/pgp6/Makefile             |  6 +++---
 security/pidentd/Makefile          |  4 ++--
 security/pktsuckers/Makefile       |  2 +-
 security/portscanner/Makefile      |  2 +-
 security/portsentry/Makefile       |  2 +-
 security/rid/Makefile              |  2 +-
 security/rsaref/Makefile           |  2 +-
 security/seahorse/Makefile         |  5 ++---
 security/slurpie/Makefile          |  2 +-
 security/slush/Makefile            |  2 +-
 security/smurflog/Makefile         |  2 +-
 security/sniff/Makefile            | 16 ++++++++--------
 security/snort/Makefile            |  2 +-
 security/ssh/Makefile              |  6 +++---
 security/ssh2/Makefile             |  6 +++---
 security/sslproxy/Makefile         |  2 +-
 security/strobe/Makefile           |  2 +-
 security/stunnel/Makefile          |  2 +-
 security/super/Makefile            |  2 +-
 security/swatch/Makefile           |  2 +-
 security/trinokiller/Makefile      |  4 ++--
 security/tripwire-131/Makefile     |  4 ++--
 security/tripwire/Makefile         |  4 ++--
 security/tripwire12/Makefile       |  4 ++--
 security/vscan/Makefile            |  4 ++--
 security/whisker/Makefile          |  2 +-
 security/xinetd/Makefile           |  2 +-
 security/zebedee/Makefile          |  2 +-
 security/zombiezapper/Makefile     |  2 +-
 68 files changed, 119 insertions(+), 123 deletions(-)

(limited to 'security')

diff --git a/security/bro/Makefile b/security/bro/Makefile
index fb665be09952..5c3dab3e2d19 100644
--- a/security/bro/Makefile
+++ b/security/bro/Makefile
@@ -25,7 +25,7 @@ IGNORE=is still in alpha test.  Please contact Vern Paxson <vern@ee.lbl.gov> to
 
 IS_INTERACTIVE=	"manual fetch"
 WRKSRC=		${WRKDIR}/bro-pub-0.5a1
-CONFIGURE_ARGS= --libdir=${PREFIX}/share
+CONFIGURE_ARGS=	--libdir=${PREFIX}/share
 GNU_CONFIGURE=	yes
 
 post-patch:
diff --git a/security/cfs/Makefile b/security/cfs/Makefile
index 66cb309e711d..c31e52973d80 100644
--- a/security/cfs/Makefile
+++ b/security/cfs/Makefile
@@ -6,9 +6,9 @@
 #
 
 PORTNAME=	cfs
-PORTVERSION= 	1.3.3.1
+PORTVERSION=	1.3.3.1
 CATEGORIES=	security
-MASTER_SITES=   ftp://ftp.hacktic.nl/pub/crypto/disk/ \
+MASTER_SITES=	ftp://ftp.hacktic.nl/pub/crypto/disk/ \
 		ftp://ftp.uni-bielefeld.de/pub/crypto/replay/disk/
 DISTNAME=	cfs-1.3.3bf
 
diff --git a/security/checkpassword/Makefile b/security/checkpassword/Makefile
index 6e66fbeef1e8..1c84c20e40b7 100644
--- a/security/checkpassword/Makefile
+++ b/security/checkpassword/Makefile
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	checkpassword
-PORTVERSION= 	0.81
+PORTVERSION=	0.81
 CATEGORIES=	security
 MASTER_SITES=	http://cr.yp.to/software/ \
 		http://people.FreeBSD.org/~sada/distfiles/ \
diff --git a/security/crack/Makefile b/security/crack/Makefile
index 6181d5a2400e..5f6399519591 100644
--- a/security/crack/Makefile
+++ b/security/crack/Makefile
@@ -8,7 +8,7 @@
 #
 
 PORTNAME=	crack
-PORTVERSION= 	5.0
+PORTVERSION=	5.0
 CATEGORIES=	security
 MASTER_SITES=	ftp://ftp.win.tue.nl/pub/security/  \
 		ftp://ftp.ox.ac.uk/pub/comp/security/software/crackers/  \
diff --git a/security/cyrus-sasl/Makefile b/security/cyrus-sasl/Makefile
index d5717d38de36..05101ba3e798 100644
--- a/security/cyrus-sasl/Makefile
+++ b/security/cyrus-sasl/Makefile
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	cyrus-sasl
-PORTVERSION=	1.5.15	
+PORTVERSION=	1.5.15
 CATEGORIES=	security
 MASTER_SITES=	ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \
 		http://people.FreeBSD.org/~stb/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/ \
@@ -18,7 +18,7 @@ USE_OPENSSL=	NORSA
 
 .include <bsd.port.pre.mk>
 
-SASL_VER=	${PORTVERSION} #note, may not be needed any more	
+SASL_VER=	${PORTVERSION} #note, may not be needed any more
 
 Y2K=		http://asg.web.cmu.edu/cyrus/imapd/y2k.html
 
@@ -27,8 +27,7 @@ MAN8=		saslpasswd.8
 
 USE_AUTOCONF=	YES
 USE_LIBTOOL=	YES
-CONFIGURE_ARGS= \
-		--prefix=${PREFIX} \
+CONFIGURE_ARGS=	--prefix=${PREFIX} \
 		--sysconfdir=${PREFIX}/etc \
 		--with-plugindir=${PREFIX}/lib/sasl \
 		--with-dbpath=${PREFIX}/etc/sasldb \
diff --git a/security/cyrus-sasl/pkg-plist b/security/cyrus-sasl/pkg-plist
index 1c28d9a55a0f..7490f80ec2a7 100644
--- a/security/cyrus-sasl/pkg-plist
+++ b/security/cyrus-sasl/pkg-plist
@@ -42,4 +42,4 @@ sbin/pwcheck
 @exec chmod go= /var/pwcheck
 @comment This file gets create by the pwcheck program
 @unexec rm -f /var/pwcheck/pwcheck
-@unexec rmdir /var/pwcheck
+@dirrm /var/pwcheck
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile
index d5717d38de36..05101ba3e798 100644
--- a/security/cyrus-sasl2/Makefile
+++ b/security/cyrus-sasl2/Makefile
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	cyrus-sasl
-PORTVERSION=	1.5.15	
+PORTVERSION=	1.5.15
 CATEGORIES=	security
 MASTER_SITES=	ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \
 		http://people.FreeBSD.org/~stb/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/ \
@@ -18,7 +18,7 @@ USE_OPENSSL=	NORSA
 
 .include <bsd.port.pre.mk>
 
-SASL_VER=	${PORTVERSION} #note, may not be needed any more	
+SASL_VER=	${PORTVERSION} #note, may not be needed any more
 
 Y2K=		http://asg.web.cmu.edu/cyrus/imapd/y2k.html
 
@@ -27,8 +27,7 @@ MAN8=		saslpasswd.8
 
 USE_AUTOCONF=	YES
 USE_LIBTOOL=	YES
-CONFIGURE_ARGS= \
-		--prefix=${PREFIX} \
+CONFIGURE_ARGS=	--prefix=${PREFIX} \
 		--sysconfdir=${PREFIX}/etc \
 		--with-plugindir=${PREFIX}/lib/sasl \
 		--with-dbpath=${PREFIX}/etc/sasldb \
diff --git a/security/cyrus-sasl2/pkg-plist b/security/cyrus-sasl2/pkg-plist
index 1c28d9a55a0f..7490f80ec2a7 100644
--- a/security/cyrus-sasl2/pkg-plist
+++ b/security/cyrus-sasl2/pkg-plist
@@ -42,4 +42,4 @@ sbin/pwcheck
 @exec chmod go= /var/pwcheck
 @comment This file gets create by the pwcheck program
 @unexec rm -f /var/pwcheck/pwcheck
-@unexec rmdir /var/pwcheck
+@dirrm /var/pwcheck
diff --git a/security/dsniff/Makefile b/security/dsniff/Makefile
index 1bacafe0bf89..114acc6c541c 100644
--- a/security/dsniff/Makefile
+++ b/security/dsniff/Makefile
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	dsniff
-PORTVERSION= 	1.7
+PORTVERSION=	1.7
 CATEGORIES=	security
 MASTER_SITES=	http://naughty.monkey.org/~dugsong/dsniff/
 
diff --git a/security/fakebo/Makefile b/security/fakebo/Makefile
index e56c82ba4b86..a6c77aa439fd 100644
--- a/security/fakebo/Makefile
+++ b/security/fakebo/Makefile
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	fakebo
-PORTVERSION= 	0.4.1
+PORTVERSION=	0.4.1
 CATEGORIES=	security
 MASTER_SITES=	http://yi.com/home/KosturjakVlatko/ \
 		ftp://ftp.bitcon.no/.4/console/adm/ \
diff --git a/security/find_ddos/Makefile b/security/find_ddos/Makefile
index 0263e0c213db..bcc8e0eb3403 100644
--- a/security/find_ddos/Makefile
+++ b/security/find_ddos/Makefile
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	find_ddos
-PORTVERSION= 	3.1
+PORTVERSION=	3.1
 CATEGORIES=	security
 MASTER_SITES=	http://www.fbi.gov/nipc/
 DISTNAME=	find_ddos_v31_linux
diff --git a/security/firewalk/Makefile b/security/firewalk/Makefile
index 2e829016fb4f..8084c550e732 100644
--- a/security/firewalk/Makefile
+++ b/security/firewalk/Makefile
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	firewalk
-PORTVERSION= 	0.9.9b
+PORTVERSION=	0.9.9b
 CATEGORIES=	security net
 MASTER_SITES=	http://www.packetfactory.net/firewalk/
 DISTNAME=	firewalk-0.99beta
diff --git a/security/fragrouter/Makefile b/security/fragrouter/Makefile
index 280421ba13f0..11ef67969f0c 100644
--- a/security/fragrouter/Makefile
+++ b/security/fragrouter/Makefile
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	fragrouter
-PORTVERSION= 	1.6
+PORTVERSION=	1.6
 CATEGORIES=	security
 MASTER_SITES=	http://www.anzen.com/research/nidsbench/
 
diff --git a/security/fwtk/Makefile b/security/fwtk/Makefile
index 5cda928d70f9..aa0eae554170 100644
--- a/security/fwtk/Makefile
+++ b/security/fwtk/Makefile
@@ -7,11 +7,11 @@
 #
 
 PORTNAME=	fwtk
-PORTVERSION= 	2.1
+PORTVERSION=	2.1
 CATEGORIES=	security net
-DISTFILES=	fwtk2.1${EXTRACT_SUFX} fwtk-doc-only${EXTRACT_SUFX}
 DISTNAME=	${PORTNAME}${PORTVERSION}
 EXTRACT_SUFX=	.tar.Z
+DISTFILES=	fwtk2.1${EXTRACT_SUFX} fwtk-doc-only${EXTRACT_SUFX}
 
 MAINTAINER=	obrien@FreeBSD.org
 
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile
index bd95d6f4e5ab..ded139d15cb3 100644
--- a/security/heimdal/Makefile
+++ b/security/heimdal/Makefile
@@ -15,7 +15,7 @@ MASTER_SITES=		ftp://ftp.pdc.kth.se/pub/heimdal/src/ \
 
 MAINTAINER=		nectar@FreeBSD.ORG
 
-RESTRICTED=             "Crypto; export-controlled"
+RESTRICTED=		"Crypto; export-controlled"
 
 MAN1=			ftp.1 kdestroy.1 kgetcred.1 kinit.1 klist.1 kpasswd.1 \
 			telnet.1 kx.1 rxtelnet.1 rxterm.1 tenletxr.1 pfrom.1
@@ -33,7 +33,7 @@ USE_LIBTOOL=		YES
 CONFIGURE_ARGS=		--prefix=${PREFIX} --enable-shared
 
 .if defined(HEIMDAL_HOME)
-PREFIX=                        ${HEIMDAL_HOME}
+PREFIX=			${HEIMDAL_HOME}
 .endif
 
 .if exists(${X11BASE}/lib/libX11.a) && !defined(WITHOUT_X11)
diff --git a/security/ident2/Makefile b/security/ident2/Makefile
index c6d8e6c13ea9..72e722ea8cf5 100644
--- a/security/ident2/Makefile
+++ b/security/ident2/Makefile
@@ -12,9 +12,9 @@ MASTER_SITES=	http://www.nyct.net/~defile/programs/ident2/ \
 		http://www.oscentral.org/files/software/
 DISTNAME=	ident2-v1.0_FINAL
 
-MAINTAINER=    rod@zort.on.ca
+MAINTAINER=	rod@zort.on.ca
 
-GNU_CONFIGURE= yes
-MAN8=          ident2.8
+GNU_CONFIGURE=	yes
+MAN8=		ident2.8
 
 .include <bsd.port.mk>
diff --git a/security/keynote/Makefile b/security/keynote/Makefile
index 177472316435..af63b7338745 100644
--- a/security/keynote/Makefile
+++ b/security/keynote/Makefile
@@ -13,7 +13,7 @@ DISTNAME=	keynote-2-beta4
 
 MAINTAINER=	se@FreeBSD.org
 
-USE_OPENSSL=   RSA
+USE_OPENSSL=	RSA
 
 WRKSRC=		${WRKDIR}/KeyNote-2-beta4
 
diff --git a/security/keynote/pkg-plist b/security/keynote/pkg-plist
index 7e98909acec0..9420699ad4dc 100644
--- a/security/keynote/pkg-plist
+++ b/security/keynote/pkg-plist
@@ -1,4 +1,4 @@
 bin/keynote
 share/doc/keynote/keynote-spec
 share/doc/keynote/keynote-spec.nroff
-@dirrm share/doc/keynote/
\ No newline at end of file
+@dirrm share/doc/keynote/
diff --git a/security/keyprint/Makefile b/security/keyprint/Makefile
index 99f4d121c386..d068c391dc42 100644
--- a/security/keyprint/Makefile
+++ b/security/keyprint/Makefile
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	keyprint
-PORTVERSION= 	1.0
+PORTVERSION=	1.0
 CATEGORIES=	security
 MASTER_SITES=	http://people.FreeBSD.org/~mharo/distfiles/
 
diff --git a/security/kmap/Makefile b/security/kmap/Makefile
index d191dfa608c1..9b7464ee01f1 100644
--- a/security/kmap/Makefile
+++ b/security/kmap/Makefile
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	kmap
-PORTVERSION= 	0.7.1
+PORTVERSION=	0.7.1
 CATEGORIES=	security net
 MASTER_SITES=	http://www.islc.net/~icszepp/downloads/
 
diff --git a/security/kssh/Makefile b/security/kssh/Makefile
index ef6eae60c1ec..29a75900c426 100644
--- a/security/kssh/Makefile
+++ b/security/kssh/Makefile
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	kssh
-PORTVERSION= 	0.2
+PORTVERSION=	0.2
 CATEGORIES=	security
 MASTER_SITES=	http://people.FreeBSD.org/~will/distfiles/
 
diff --git a/security/l0pht-watch/Makefile b/security/l0pht-watch/Makefile
index 9f2420c20bd5..d803e4c7997d 100644
--- a/security/l0pht-watch/Makefile
+++ b/security/l0pht-watch/Makefile
@@ -8,10 +8,10 @@
 PORTNAME=	l0pht-watch
 PORTVERSION=	1.1
 CATEGORIES=	security
-MASTER_SITES=   http://www.l0pht.com/advisories/
+MASTER_SITES=	http://www.l0pht.com/advisories/
 DISTNAME=	${PORTNAME}
 
-MAINTAINER=     dom@myrddin.demon.co.uk
+MAINTAINER=	dom@myrddin.demon.co.uk
 
 WRKSRC=		${WRKDIR}/temp-watch
 
diff --git a/security/libident/Makefile b/security/libident/Makefile
index 11931571ab6b..9850632b6c7d 100644
--- a/security/libident/Makefile
+++ b/security/libident/Makefile
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	libident
-PORTVERSION= 	0.22
+PORTVERSION=	0.22
 CATEGORIES=	devel net security
 MASTER_SITES=	ftp://ftp.lysator.liu.se/pub/ident/libs/
 
diff --git a/security/libmcrypt/Makefile b/security/libmcrypt/Makefile
index 8e866c9b5788..d8f6433f67cf 100644
--- a/security/libmcrypt/Makefile
+++ b/security/libmcrypt/Makefile
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	libmcrypt
-PORTVERSION= 	2.2.4
+PORTVERSION=	2.2.4
 CATEGORIES=	security
 MASTER_SITES=	ftp://argeas.cs-net.gr/pub/unix/mcrypt/ \
 		ftp://ftp.internat.freebsd.org/pub/FreeBSD/distfiles/
diff --git a/security/nessus-devel/Makefile b/security/nessus-devel/Makefile
index 4ef22edcd3e1..245013226e5f 100644
--- a/security/nessus-devel/Makefile
+++ b/security/nessus-devel/Makefile
@@ -31,7 +31,7 @@ DIST_SUBDIR=	nessus
 WRKSRC=		${WRKDIR}/nessus-core
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=  GTKCONFIG="${GTK_CONFIG}"
+CONFIGURE_ENV=	GTKCONFIG="${GTK_CONFIG}"
 MAN1=		nessus.1
 MAN8=		nessusd.8
 
diff --git a/security/nessus/Makefile b/security/nessus/Makefile
index 4ef22edcd3e1..245013226e5f 100644
--- a/security/nessus/Makefile
+++ b/security/nessus/Makefile
@@ -31,7 +31,7 @@ DIST_SUBDIR=	nessus
 WRKSRC=		${WRKDIR}/nessus-core
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=  GTKCONFIG="${GTK_CONFIG}"
+CONFIGURE_ENV=	GTKCONFIG="${GTK_CONFIG}"
 MAN1=		nessus.1
 MAN8=		nessusd.8
 
diff --git a/security/nmap/Makefile b/security/nmap/Makefile
index 37fc93c8152e..7fb266048de2 100644
--- a/security/nmap/Makefile
+++ b/security/nmap/Makefile
@@ -22,7 +22,7 @@ MAINTAINER=	obrien@FreeBSD.org
 .include <bsd.port.pre.mk>
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS= --libdir=${PREFIX}/share/misc
+CONFIGURE_ARGS=	--libdir=${PREFIX}/share/misc
 .if ${OSVERSION} < 300004
 CFLAGS+=	-DDLT_RAW=12 # for obsoleted <net/bpf.h>
 .endif
diff --git a/security/openssl-beta/Makefile b/security/openssl-beta/Makefile
index ad8b19effd1e..c27f24205c2c 100644
--- a/security/openssl-beta/Makefile
+++ b/security/openssl-beta/Makefile
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	openssl
-PORTVERSION= 	0.9.5a
+PORTVERSION=	0.9.5a
 CATEGORIES=	security devel
 MASTER_SITES=	http://www.openssl.org/source/ \
 		ftp://ftp.openssl.org/source/ \
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index ad8b19effd1e..c27f24205c2c 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	openssl
-PORTVERSION= 	0.9.5a
+PORTVERSION=	0.9.5a
 CATEGORIES=	security devel
 MASTER_SITES=	http://www.openssl.org/source/ \
 		ftp://ftp.openssl.org/source/ \
diff --git a/security/opieprint/Makefile b/security/opieprint/Makefile
index 99f4d121c386..d068c391dc42 100644
--- a/security/opieprint/Makefile
+++ b/security/opieprint/Makefile
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	keyprint
-PORTVERSION= 	1.0
+PORTVERSION=	1.0
 CATEGORIES=	security
 MASTER_SITES=	http://people.FreeBSD.org/~mharo/distfiles/
 
diff --git a/security/p5-Authen-Radius/Makefile b/security/p5-Authen-Radius/Makefile
index 1108c5321831..e1b505c4784d 100644
--- a/security/p5-Authen-Radius/Makefile
+++ b/security/p5-Authen-Radius/Makefile
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	p5-Authen-Radius
-PORTVERSION= 	0.05
+PORTVERSION=	0.05
 CATEGORIES=	security net perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Authen
diff --git a/security/p5-Crypt-CBC/Makefile b/security/p5-Crypt-CBC/Makefile
index 6be11a09dd62..400009cbb340 100644
--- a/security/p5-Crypt-CBC/Makefile
+++ b/security/p5-Crypt-CBC/Makefile
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	p5-Crypt-CBC
-PORTVERSION= 	1.20
+PORTVERSION=	1.20
 CATEGORIES=	security perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Crypt
@@ -14,7 +14,7 @@ DISTNAME=	Crypt-CBC-1.20
 
 MAINTAINER=	markm@FreeBSD.org
 
-RUN_DEPENDS=      ${LOCALBASE}/lib/perl5/site_perl/5.005/i386-freebsd/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
+RUN_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/5.005/i386-freebsd/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
 
 RESTRICTED=	"Crypto; export-controlled"
 
diff --git a/security/p5-Crypt-DES/Makefile b/security/p5-Crypt-DES/Makefile
index efbcc703da15..44e616afdac2 100644
--- a/security/p5-Crypt-DES/Makefile
+++ b/security/p5-Crypt-DES/Makefile
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	p5-Crypt-DES
-PORTVERSION= 	1.0
+PORTVERSION=	1.0
 CATEGORIES=	security perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Crypt
diff --git a/security/p5-Digest-MD5/Makefile b/security/p5-Digest-MD5/Makefile
index a575a33bb3a1..ee62b2747cd6 100644
--- a/security/p5-Digest-MD5/Makefile
+++ b/security/p5-Digest-MD5/Makefile
@@ -6,18 +6,17 @@
 #
 
 PORTNAME=	p5-Digest-MD5
-PORTVERSION= 	2.09
+PORTVERSION=	2.09
 CATEGORIES=	security perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	MD5
 DISTNAME=	Digest-MD5-2.09
 
-MAINTAINER=     ache@FreeBSD.org
+MAINTAINER=	ache@FreeBSD.org
 
 USE_PERL5=	YES
 
-MAN3=   \
-	Digest::MD2.3 \
+MAN3=	Digest::MD2.3 \
 	Digest::SHA1.3 \
 	SHA.3 \
 	Digest::HMAC.3 \
diff --git a/security/p5-Net-SSLeay/Makefile b/security/p5-Net-SSLeay/Makefile
index 8b9916235e25..38911dc75aa5 100644
--- a/security/p5-Net-SSLeay/Makefile
+++ b/security/p5-Net-SSLeay/Makefile
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	p5-Net-SSLeay
-PORTVERSION= 	1.05
+PORTVERSION=	1.05
 CATEGORIES=	security perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Net
diff --git a/security/p5-PGP-Sign/Makefile b/security/p5-PGP-Sign/Makefile
index 3c2c1e5ab61d..4b72c24ca231 100644
--- a/security/p5-PGP-Sign/Makefile
+++ b/security/p5-PGP-Sign/Makefile
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	p5-PGP-Sign
-PORTVERSION= 	0.16
+PORTVERSION=	0.16
 CATEGORIES=	security perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	PGP
diff --git a/security/p5-PGP/Makefile b/security/p5-PGP/Makefile
index 5202b06a4069..eb57cfe4c69e 100644
--- a/security/p5-PGP/Makefile
+++ b/security/p5-PGP/Makefile
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	p5-PGP
-PORTVERSION= 	0.3a
+PORTVERSION=	0.3a
 CATEGORIES=	security perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	PGP
@@ -14,7 +14,7 @@ DISTNAME=	PGP-0.3a
 
 MAINTAINER=	jfitz@FreeBSD.org
 
-BUILD_DEPENDS= 	pgp:${PORTSDIR}/security/pgp
+BUILD_DEPENDS=	pgp:${PORTSDIR}/security/pgp
 
 USE_PERL5=	YES
 
diff --git a/security/pgp/Makefile b/security/pgp/Makefile
index 9dc84e4e95ca..9777abb8f59e 100644
--- a/security/pgp/Makefile
+++ b/security/pgp/Makefile
@@ -6,17 +6,17 @@
 #
 
 # Pick an initial default, else it doesn't get set in the INDEX.
-DISTNAME=	pgp262s
 CATEGORIES=	security
+DISTNAME=	pgp262s
 
 MAINTAINER=	ache@FreeBSD.org
 
 # Need to define USA_RESIDENT to YES or NO
 IS_INTERACTIVE=	YES
-RESTRICTED=     "Crypto"
-MAKEFILE=       makefile
-ALL_TARGET=     freebsd-${MACHINE_ARCH} OS_CFLAGS="${CFLAGS}"
-PGPLIB=         ${PREFIX}/lib/pgp
+RESTRICTED=	"Crypto"
+MAKEFILE=	makefile
+ALL_TARGET=	freebsd-${MACHINE_ARCH} OS_CFLAGS="${CFLAGS}"
+PGPLIB=		${PREFIX}/lib/pgp
 MAN1=		pgp.1
 
 do-install:
@@ -44,16 +44,16 @@ pre-fetch:
 .if ${USA_RESIDENT} == YES
 PORTNAME=	pgp
 PORTVERSION=	2.6.2
-MASTER_SITES=   ftp://utopia.hacktic.nl/pub/replay/pub/pgp/unix/ \
+MASTER_SITES=	ftp://utopia.hacktic.nl/pub/replay/pub/pgp/unix/ \
 		ftp://sable.ox.ac.uk/pub/crypto/pgp/unix/
 DISTNAME=	pgp262s
 
-WRKSRC=         ${WRKDIR}/src
-BUILD_DEPENDS+= gmake:${PORTSDIR}/devel/gmake
-LIB_DEPENDS+=   rsaref.2:${PORTSDIR}/security/rsaref
+WRKSRC=		${WRKDIR}/src
+BUILD_DEPENDS+=	gmake:${PORTSDIR}/devel/gmake
+LIB_DEPENDS+=	rsaref.2:${PORTSDIR}/security/rsaref
 USE_ZIP=	yes
-FILESDIR=       ${.CURDIR}/files.usa
-PATCHDIR=       ${.CURDIR}/patches.usa
+FILESDIR=	${.CURDIR}/files.usa
+PATCHDIR=	${.CURDIR}/patches.usa
 
 post-extract:
 	cd ${WRKDIR}; $(EXTRACT_CMD) $(EXTRACT_BEFORE_ARGS) -aa $(DISTNAME)i \
@@ -61,15 +61,15 @@ post-extract:
 	cd ${WRKDIR}; ${RM} -f *.zip
 
 .else
-PORTNAME=	pgp	
+PORTNAME=	pgp
 PORTVERSION=	2.6.3ia
-MASTER_SITES=   ftp://ftp.ifi.uio.no/pub/pgp/2.x/src/ \
+MASTER_SITES=	ftp://ftp.ifi.uio.no/pub/pgp/2.x/src/ \
 		ftp://ftp.kiarchive.ru/pub/unix/crypto/pgp/
 DISTNAME=	pgp263is
 
-WRKSRC=         ${WRKDIR}/src
-FILESDIR=       ${.CURDIR}/files.non_usa
-PATCHDIR=       ${.CURDIR}/patches.non_usa
+WRKSRC=		${WRKDIR}/src
+FILESDIR=	${.CURDIR}/files.non_usa
+PATCHDIR=	${.CURDIR}/patches.non_usa
 
 post-extract:
 	cd ${WRKDIR}; $(TAR) -xf pgp263ii.tar; \
diff --git a/security/pgp5/Makefile b/security/pgp5/Makefile
index 90171995c62e..c4edc91c275d 100644
--- a/security/pgp5/Makefile
+++ b/security/pgp5/Makefile
@@ -8,10 +8,10 @@
 PORTNAME=	pgp
 PORTVERSION=	5.0i
 CATEGORIES=	security
-MASTER_SITES=   ftp://ftp.ifi.uio.no/pub/pgp/5.0/unix/ \
+MASTER_SITES=	ftp://ftp.ifi.uio.no/pub/pgp/5.0/unix/ \
 		ftp://ftp.doc.ic.ac.uk/pub/Mirrors/ftp.ifi.uio.no/pub/pgp/5.0/unix/
 DISTNAME=	pgp50i
-EXTRACT_SUFX=   -unix-src.tar.gz
+EXTRACT_SUFX=	-unix-src.tar.gz
 
 MAINTAINER=	markm@FreeBSD.org
 
@@ -19,7 +19,7 @@ Y2K=		http://www.pgpi.com/faq/pgpi.shtml#Year2000
 
 WRKSRC=		${WRKDIR}/${DISTNAME}/src
 GNU_CONFIGURE=	yes
-RESTRICTED=     "Crypto"
+RESTRICTED=	"Crypto"
 MAN1=		pgp5.1 pgpe.1 pgpk.1 pgps.1 pgpv.1
 MAN5=		pgp.cfg.5
 MAN7=		pgp-integration.7 pgp-intro.7
diff --git a/security/pgp6/Makefile b/security/pgp6/Makefile
index 90171995c62e..c4edc91c275d 100644
--- a/security/pgp6/Makefile
+++ b/security/pgp6/Makefile
@@ -8,10 +8,10 @@
 PORTNAME=	pgp
 PORTVERSION=	5.0i
 CATEGORIES=	security
-MASTER_SITES=   ftp://ftp.ifi.uio.no/pub/pgp/5.0/unix/ \
+MASTER_SITES=	ftp://ftp.ifi.uio.no/pub/pgp/5.0/unix/ \
 		ftp://ftp.doc.ic.ac.uk/pub/Mirrors/ftp.ifi.uio.no/pub/pgp/5.0/unix/
 DISTNAME=	pgp50i
-EXTRACT_SUFX=   -unix-src.tar.gz
+EXTRACT_SUFX=	-unix-src.tar.gz
 
 MAINTAINER=	markm@FreeBSD.org
 
@@ -19,7 +19,7 @@ Y2K=		http://www.pgpi.com/faq/pgpi.shtml#Year2000
 
 WRKSRC=		${WRKDIR}/${DISTNAME}/src
 GNU_CONFIGURE=	yes
-RESTRICTED=     "Crypto"
+RESTRICTED=	"Crypto"
 MAN1=		pgp5.1 pgpe.1 pgpk.1 pgps.1 pgpv.1
 MAN5=		pgp.cfg.5
 MAN7=		pgp-integration.7 pgp-intro.7
diff --git a/security/pidentd/Makefile b/security/pidentd/Makefile
index 23f3da8ddadc..6d2f03f5e64f 100644
--- a/security/pidentd/Makefile
+++ b/security/pidentd/Makefile
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	pidentd
-PORTVERSION= 	2.8.5
+PORTVERSION=	2.8.5
 CATEGORIES=	security net ipv6
 MASTER_SITES=	ftp://ftp.lysator.liu.se/pub/ident/servers/ \
 		ftp://ftp.fu-berlin.de/unix/security/ident/servers/
@@ -17,7 +17,7 @@ PATCH_DIST_STRIP=	-p2
 
 MAINTAINER=	torstenb@FreeBSD.org
 
-ALL_TARGET=     freebsd
+ALL_TARGET=	freebsd
 MAKE_ENV=	REALPREFIX=${PREFIX}
 MAN8=		identd.8 idecrypt.8
 
diff --git a/security/pktsuckers/Makefile b/security/pktsuckers/Makefile
index 7debefe360d6..c2ace16ad0c2 100644
--- a/security/pktsuckers/Makefile
+++ b/security/pktsuckers/Makefile
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	pktsuckers
-PORTVERSION= 	1.2
+PORTVERSION=	1.2
 CATEGORIES=	security net
 MASTER_SITES=	ftp://minnie.cs.adfa.edu.au/pub/NetSecurity/
 DISTNAME=	${PORTNAME}1_2
diff --git a/security/portscanner/Makefile b/security/portscanner/Makefile
index d74b1bb6f945..79abb2833a40 100644
--- a/security/portscanner/Makefile
+++ b/security/portscanner/Makefile
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	portscanner
-PORTVERSION= 	1.0
+PORTVERSION=	1.0
 CATEGORIES=	security net
 MASTER_SITES=	http://www.ameth.org/~veilleux/ \
 		http://people.FreeBSD.org/~billf/
diff --git a/security/portsentry/Makefile b/security/portsentry/Makefile
index 8609f0981298..a716922024a2 100644
--- a/security/portsentry/Makefile
+++ b/security/portsentry/Makefile
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	portsentry
-PORTVERSION= 	1.0
+PORTVERSION=	1.0
 CATEGORIES=	security
 MASTER_SITES=	http://www.psionic.com/tools/
 
diff --git a/security/rid/Makefile b/security/rid/Makefile
index f724874a5f6d..fcf60dbeccc4 100644
--- a/security/rid/Makefile
+++ b/security/rid/Makefile
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	rid
-PORTVERSION= 	1.0
+PORTVERSION=	1.0
 CATEGORIES=	security
 MASTER_SITES=	http://packetstorm.securify.com/distributed/  \
 		ftp://ftp.ntua.gr/pub/security/technotronic/denial/
diff --git a/security/rsaref/Makefile b/security/rsaref/Makefile
index 6f15ea7a40c7..4171186eec4a 100644
--- a/security/rsaref/Makefile
+++ b/security/rsaref/Makefile
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	rsaref
-PORTVERSION= 	2.0
+PORTVERSION=	2.0
 CATEGORIES=	security
 MASTER_SITES=	ftp://ftp.deva.net/pub/sources/crypto/ \
 		ftp://ftp.kddlabs.co.jp/.7/inet/caida/bmwt/ \
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile
index 898ed1b03f4b..dedb1cf81f2c 100644
--- a/security/seahorse/Makefile
+++ b/security/seahorse/Makefile
@@ -12,12 +12,11 @@ MASTER_SITES=	http://www.mu.org/~dave/
 
 MAINTAINER=	dave@mu.org
 
-GNU_CONFIGURE=  yes
 LIB_DEPENDS=	gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
 RUN_DEPENDS=	gnupg-1.0.1:${PORTSDIR}/security/gnupg
-MAN1=           seahorse.1
 
-WRKSRC=		${WRKDIR}/seahorse-0.3.6
+GNU_CONFIGURE=	yes
+MAN1=		seahorse.1
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/src/seahorse ${PREFIX}/bin/
diff --git a/security/slurpie/Makefile b/security/slurpie/Makefile
index 13ea1d595702..01463f93f930 100644
--- a/security/slurpie/Makefile
+++ b/security/slurpie/Makefile
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	slurpie
-PORTVERSION= 	2.0b
+PORTVERSION=	2.0b
 CATEGORIES=	security
 MASTER_SITES=	http://www.jps.net/coati/archives/
 DISTNAME=	${PORTNAME}
diff --git a/security/slush/Makefile b/security/slush/Makefile
index 7c5adcb4e8c1..2cbb5a6dcb16 100644
--- a/security/slush/Makefile
+++ b/security/slush/Makefile
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	slush
-PORTVERSION= 	0.1.1
+PORTVERSION=	0.1.1
 CATEGORIES=	security net
 MASTER_SITES=	http://violet.ibs.com.au/slush/files/ \
 		ftp://www.dis.org/pub/Security/
diff --git a/security/smurflog/Makefile b/security/smurflog/Makefile
index 5c93c24caec8..7da375cbff34 100644
--- a/security/smurflog/Makefile
+++ b/security/smurflog/Makefile
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	smurflog
-PORTVERSION= 	2.1
+PORTVERSION=	2.1
 CATEGORIES=	net security
 MASTER_SITES=	ftp://ftp.bitchx.org/pub/misc/                          \
 		ftp://ftp.plur.net/pub/software/bitchx/files/           \
diff --git a/security/sniff/Makefile b/security/sniff/Makefile
index b8902b5fc68a..b76c56d0aac0 100644
--- a/security/sniff/Makefile
+++ b/security/sniff/Makefile
@@ -5,15 +5,15 @@
 # $FreeBSD$
 #
 
-PORTNAME=	sniff
-PORTVERSION= 	1.0
-CATEGORIES=	security
-MASTER_SITES=   http://people.FreeBSD.org/~fenner/distfiles/
+PORTNAME=		sniff
+PORTVERSION=		1.0
+CATEGORIES=		security
+MASTER_SITES=		http://people.FreeBSD.org/~fenner/distfiles/
 
-MAINTAINER=	veraldi@cs.unibo.it
+MAINTAINER=		veraldi@cs.unibo.it
 
-MAN1=		sniff.1
-HAS_CONFIGURE=          yes
-CONFIGURE_SCRIPT=       configure
+MAN1=			sniff.1
+HAS_CONFIGURE=		yes
+CONFIGURE_SCRIPT=	configure
 
 .include <bsd.port.mk>
diff --git a/security/snort/Makefile b/security/snort/Makefile
index 19df351ffb3c..e4758ed57634 100644
--- a/security/snort/Makefile
+++ b/security/snort/Makefile
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	snort
-PORTVERSION= 	1.6
+PORTVERSION=	1.6
 CATEGORIES=	security net
 MASTER_SITES=	http://www.clark.net/~roesch/ \
 		http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/
diff --git a/security/ssh/Makefile b/security/ssh/Makefile
index d4435f98b72f..3234fe3d69c7 100644
--- a/security/ssh/Makefile
+++ b/security/ssh/Makefile
@@ -9,7 +9,7 @@
 #
 
 PORTNAME=	ssh
-PORTVERSION= 	1.2.27
+PORTVERSION=	1.2.27
 CATEGORIES=	security net ipv6
 MASTER_SITES=	ftp://ftp.cs.hut.fi/pub/ssh/
 
@@ -30,7 +30,7 @@ MASTER_SITES+=	\
 
 CONFIGURE_ARGS+= --with-rsaref
 LIB_DEPENDS+=	rsaref.2:${PORTSDIR}/security/rsaref
-BUILD_DEPENDS+= /nonexistent:${PORTSDIR}/security/rsaref:extract
+BUILD_DEPENDS+=	/nonexistent:${PORTSDIR}/security/rsaref:extract
 .endif
 
 RESTRICTED=	"Crypto; export-controlled"
@@ -149,7 +149,7 @@ CONFIGURE_ARGS+= --with-socks="-L${PREFIX}/lib -lsocks5" --with-socks5
 .if defined(WITH_X11) || (exists(${X11BASE}/lib/libX11.a) \
     && !defined(WITHOUT_X11))
 USE_XLIB=	yes
-PLIST:=         ${WRKDIR}/PLIST
+PLIST:=		${WRKDIR}/PLIST
 pre-install:
 	@${CAT} ${PKGDIR}/PLIST.X11 > ${PLIST}
 	@${CAT} ${PKGDIR}/PLIST >> ${PLIST}
diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile
index 7c8a9b6e7865..e2d4d04cb03c 100644
--- a/security/ssh2/Makefile
+++ b/security/ssh2/Makefile
@@ -8,7 +8,7 @@
 # WITH_SSH1, WITH_TCPWRAP
 
 PORTNAME=	ssh2
-PORTVERSION= 	2.0.13
+PORTVERSION=	2.0.13
 CATEGORIES=	security net
 MASTER_SITES=	ftp://ftp.cs.hut.fi/pub/ssh/ \
 		ftp://sunsite.unc.edu/pub/packages/security/ssh/ \
@@ -25,7 +25,7 @@ RESTRICTED=	"Crypto; export-controlled"
 
 GNU_CONFIGURE=	YES
 
-CONFIGURE_ARGS= --with-etcdir=${PREFIX}/etc --enable-debug
+CONFIGURE_ARGS=	--with-etcdir=${PREFIX}/etc --enable-debug
 #Uncomment if all your users are in their own group and their homedir
 #is writeable by that group.  Beware the security implications!
 #CONFIGURE_ARGS+= --enable-group-writeability
@@ -57,7 +57,7 @@ CONFIGURE_ARGS+= --with-tis
 CONFIGURE_ARGS+= --with-libwrap
 .elif defined(WITH_TCPWRAP)
 CONFIGURE_ARGS+= --with-libwrap="-L ${PREFIX}/lib -lwrap"
-LIB_DEPENDS+=   wrap.7:${PORTSDIR}/security/tcp_wrapper
+LIB_DEPENDS+=	wrap.7:${PORTSDIR}/security/tcp_wrapper
 .endif
 
 MAN1=	ssh2.1 ssh-keygen2.1 ssh-add2.1 ssh-agent2.1 \
diff --git a/security/sslproxy/Makefile b/security/sslproxy/Makefile
index 5cff8845ddb9..9a088df68229 100644
--- a/security/sslproxy/Makefile
+++ b/security/sslproxy/Makefile
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	sslproxy
-PORTVERSION= 	20000129
+PORTVERSION=	20000129
 CATEGORIES=	security
 MASTER_SITES=	ftp://ftp.obdev.at/pub/Products/sslproxy/
 DISTNAME=	sslproxy.2000_Jan_29
diff --git a/security/strobe/Makefile b/security/strobe/Makefile
index 1a96a34afe65..ef5046049d17 100644
--- a/security/strobe/Makefile
+++ b/security/strobe/Makefile
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	strobe
-PORTVERSION= 	1.06
+PORTVERSION=	1.06
 CATEGORIES=	security net
 MASTER_SITES=	ftp://ftp.win.or.jp/pub/network/misc/
 EXTRACT_SUFX=	.tgz
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile
index 4cb137b4efad..1016dc36abd7 100644
--- a/security/stunnel/Makefile
+++ b/security/stunnel/Makefile
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	stunnel
-PORTVERSION= 	3.7
+PORTVERSION=	3.7
 CATEGORIES=	security
 MASTER_SITES=	http://opensores.thebunker.net/pub/mirrors/stunnel/ \
 		http://mike.daewoo.com.pl/computer/stunnel/ \
diff --git a/security/super/Makefile b/security/super/Makefile
index 94a7256f6655..a4e2aa94d9f8 100644
--- a/security/super/Makefile
+++ b/security/super/Makefile
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	super
-PORTVERSION= 	3.12.1
+PORTVERSION=	3.12.1
 CATEGORIES=	security sysutils
 MASTER_SITES=	ftp://phobos.caltech.edu/users/will/  \
 		ftp://ftp.ucolick.org/pub/users/will/  \
diff --git a/security/swatch/Makefile b/security/swatch/Makefile
index 60de7d319a5c..4e739f24c6b3 100644
--- a/security/swatch/Makefile
+++ b/security/swatch/Makefile
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	swatch
-PORTVERSION= 	2.2
+PORTVERSION=	2.2
 CATEGORIES=	security sysutils
 MASTER_SITES=	ftp://ftp.stanford.edu/general/security-tools/swatch/ \
 		ftp://ftp.cert.dfn.de/pub/tools/audit/swatch/
diff --git a/security/trinokiller/Makefile b/security/trinokiller/Makefile
index 2aae13986404..5e6f9b08a80e 100644
--- a/security/trinokiller/Makefile
+++ b/security/trinokiller/Makefile
@@ -7,13 +7,13 @@
 #
 
 PORTNAME=	trinokiller
-PORTVERSION= 	1.0
+PORTVERSION=	1.0
 CATEGORIES=	security
 MASTER_SITES=	http://www.afro-productions.com/
 DISTNAME=	trinokiller
 EXTRACT_SUFX=	.c
 
-MAINTAINER=     obrien@FreeBSD.org
+MAINTAINER=	obrien@FreeBSD.org
 
 NO_WRKSUBDIR=	yes
 
diff --git a/security/tripwire-131/Makefile b/security/tripwire-131/Makefile
index 3a81d2581886..d265ebcce1c6 100644
--- a/security/tripwire-131/Makefile
+++ b/security/tripwire-131/Makefile
@@ -6,9 +6,9 @@
 #
 
 PORTNAME=	tripwire
-PORTVERSION= 	1.2
+PORTVERSION=	1.2
 CATEGORIES=	security net
-MASTER_SITES=   ftp://coast.cs.purdue.edu/pub/COAST/Tripwire/
+MASTER_SITES=	ftp://coast.cs.purdue.edu/pub/COAST/Tripwire/
 EXTRACT_SUFX=	.tar.Z
 
 MAINTAINER=	jgreco@ns.sol.net
diff --git a/security/tripwire/Makefile b/security/tripwire/Makefile
index 3a81d2581886..d265ebcce1c6 100644
--- a/security/tripwire/Makefile
+++ b/security/tripwire/Makefile
@@ -6,9 +6,9 @@
 #
 
 PORTNAME=	tripwire
-PORTVERSION= 	1.2
+PORTVERSION=	1.2
 CATEGORIES=	security net
-MASTER_SITES=   ftp://coast.cs.purdue.edu/pub/COAST/Tripwire/
+MASTER_SITES=	ftp://coast.cs.purdue.edu/pub/COAST/Tripwire/
 EXTRACT_SUFX=	.tar.Z
 
 MAINTAINER=	jgreco@ns.sol.net
diff --git a/security/tripwire12/Makefile b/security/tripwire12/Makefile
index 3a81d2581886..d265ebcce1c6 100644
--- a/security/tripwire12/Makefile
+++ b/security/tripwire12/Makefile
@@ -6,9 +6,9 @@
 #
 
 PORTNAME=	tripwire
-PORTVERSION= 	1.2
+PORTVERSION=	1.2
 CATEGORIES=	security net
-MASTER_SITES=   ftp://coast.cs.purdue.edu/pub/COAST/Tripwire/
+MASTER_SITES=	ftp://coast.cs.purdue.edu/pub/COAST/Tripwire/
 EXTRACT_SUFX=	.tar.Z
 
 MAINTAINER=	jgreco@ns.sol.net
diff --git a/security/vscan/Makefile b/security/vscan/Makefile
index 5af5f0be88eb..d01367f39acc 100644
--- a/security/vscan/Makefile
+++ b/security/vscan/Makefile
@@ -7,9 +7,9 @@
 #
 
 PORTNAME=	vscan
-PORTVERSION= 	3.1.8
+PORTVERSION=	3.1.8
 CATEGORIES=	security
-MASTER_SITES=   ftp://ftp.mcafee.com/pub/antivirus/unix/linux/ \
+MASTER_SITES=	ftp://ftp.mcafee.com/pub/antivirus/unix/linux/ \
 		http://people.FreeBSD.org/~steve/distfiles/
 DISTNAME=	nlxb318e
 EXTRACT_SUFX=	.tar
diff --git a/security/whisker/Makefile b/security/whisker/Makefile
index 198715cbf2c2..ee31915afcd5 100644
--- a/security/whisker/Makefile
+++ b/security/whisker/Makefile
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	whisker
-PORTVERSION= 	1.3
+PORTVERSION=	1.3
 CATEGORIES=	security
 MASTER_SITES=	http://www.wiretrip.net/rfp/bins/whisker/
 DISTNAME=	${PORTNAME}
diff --git a/security/xinetd/Makefile b/security/xinetd/Makefile
index af7005b39d0f..c4e1836b5ed2 100644
--- a/security/xinetd/Makefile
+++ b/security/xinetd/Makefile
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	xinetd
-PORTVERSION= 	2.1.8.8p2
+PORTVERSION=	2.1.8.8p2
 CATEGORIES=	security
 MASTER_SITES=	http://www.xinetd.org/ \
 		http://synack.net/xinetd/
diff --git a/security/zebedee/Makefile b/security/zebedee/Makefile
index efd51f828f33..46ee9b022ee1 100644
--- a/security/zebedee/Makefile
+++ b/security/zebedee/Makefile
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	zebedee
-PORTVERSION= 	1.3.0
+PORTVERSION=	1.3.0
 CATEGORIES=	security
 MASTER_SITES=	http://www.winton.org.uk/zebedee/ \
 		http://www.hewgill.com/zebedee/
diff --git a/security/zombiezapper/Makefile b/security/zombiezapper/Makefile
index 0539cf31cf5d..a8fab86fa5ea 100644
--- a/security/zombiezapper/Makefile
+++ b/security/zombiezapper/Makefile
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	zombiezapper
-PORTVERSION= 	1.0
+PORTVERSION=	1.0
 CATEGORIES=	security
 MASTER_SITES=	http://razor.bindview.com/tools/files/
 DISTNAME=	zombie
-- 
cgit debian/1.2.3+git2.25.1-1-2-gaceb0