aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-01-17 01:33:20 +0800
committersobomax <sobomax@FreeBSD.org>2001-01-17 01:33:20 +0800
commit51369898d389675759f44baed7961d59c8233c93 (patch)
tree8b4ec24d53e3f6345ace454c06ff938dbaf9a7a1 /security
parent03f706620f3d8413ee3403771d9bc2bc73023978 (diff)
downloadfreebsd-ports-gnome-51369898d389675759f44baed7961d59c8233c93.tar.gz
freebsd-ports-gnome-51369898d389675759f44baed7961d59c8233c93.tar.zst
freebsd-ports-gnome-51369898d389675759f44baed7961d59c8233c93.zip
Massive style enforcement - use ^I instead of spaces for variables identation.
Diffstat (limited to 'security')
-rw-r--r--security/aide/Makefile2
-rw-r--r--security/amavis-perl/Makefile2
-rw-r--r--security/cyrus-sasl/Makefile10
-rw-r--r--security/cyrus-sasl2/Makefile10
-rw-r--r--security/firewalk/Makefile4
-rw-r--r--security/kssh/Makefile2
-rw-r--r--security/p5-GnuPG-Interface/Makefile2
-rw-r--r--security/pgp6/Makefile8
-rw-r--r--security/tea-total/Makefile3
-rw-r--r--security/tripwire-131/Makefile2
10 files changed, 22 insertions, 23 deletions
diff --git a/security/aide/Makefile b/security/aide/Makefile
index cd273a6d8401..cb2dd41569f2 100644
--- a/security/aide/Makefile
+++ b/security/aide/Makefile
@@ -11,7 +11,7 @@ CATEGORIES= security
MASTER_SITES= http://www.cs.tut.fi/~rammer/ \
ftp://ftp.cs.tut.fi/pub/src/gnu/
-MAINTAINER= Cy.Schubert@uumail.gov.bc.ca
+MAINTAINER= Cy.Schubert@uumail.gov.bc.ca
LIB_DEPENDS= mhash.2:${PORTSDIR}/security/mhash
diff --git a/security/amavis-perl/Makefile b/security/amavis-perl/Makefile
index 004dd6bd08d0..979a708d9d04 100644
--- a/security/amavis-perl/Makefile
+++ b/security/amavis-perl/Makefile
@@ -7,7 +7,7 @@
PORTNAME= amavis-perl
PORTVERSION= 10
-CATEGORIES= security
+CATEGORIES= security
MASTER_SITES= http://www.amavis.org/dist/perl/
MAINTAINER= roman@xpert.com
diff --git a/security/cyrus-sasl/Makefile b/security/cyrus-sasl/Makefile
index d03eb040fe26..b1ae4e5d41ce 100644
--- a/security/cyrus-sasl/Makefile
+++ b/security/cyrus-sasl/Makefile
@@ -55,13 +55,13 @@ SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \
# ENABLE_* variables can be used by depending ports to enable options.
# JavaSASL needs someone to look at to get it to build
-#JAVADIR= jdk1.1.8
-#JAVALIBDIR= ${PREFIX}/${JAVADIR}/lib/i386/green_threads/
+#JAVADIR= jdk1.1.8
+#JAVALIBDIR= ${PREFIX}/${JAVADIR}/lib/i386/green_threads/
#.if defined(USE_JAVA) || exists(${LOCALBASE}/${JAVADIR}/bin/java)
-#BUILD_DEPENDS= ${LOCALBASE}/${JAVADIR}/bin/java:${PORTSDIR}/java/jdk
-#CONFIGURE_ARGS+= --with-java \
-# --with-javabase=${LOCALBASE}/include
+#BUILD_DEPENDS= ${LOCALBASE}/${JAVADIR}/bin/java:${PORTSDIR}/java/jdk
+#CONFIGURE_ARGS+= --with-java \
+# --with-javabase=${LOCALBASE}/include
#
#CONFIGURE_ENV= JAVAC="${LOCALBASE}/${JAVADIR}/bin/javac" \
# JAVAH="${LOCALBASE}/${JAVADIR}/bin/javah" \
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile
index d03eb040fe26..b1ae4e5d41ce 100644
--- a/security/cyrus-sasl2/Makefile
+++ b/security/cyrus-sasl2/Makefile
@@ -55,13 +55,13 @@ SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \
# ENABLE_* variables can be used by depending ports to enable options.
# JavaSASL needs someone to look at to get it to build
-#JAVADIR= jdk1.1.8
-#JAVALIBDIR= ${PREFIX}/${JAVADIR}/lib/i386/green_threads/
+#JAVADIR= jdk1.1.8
+#JAVALIBDIR= ${PREFIX}/${JAVADIR}/lib/i386/green_threads/
#.if defined(USE_JAVA) || exists(${LOCALBASE}/${JAVADIR}/bin/java)
-#BUILD_DEPENDS= ${LOCALBASE}/${JAVADIR}/bin/java:${PORTSDIR}/java/jdk
-#CONFIGURE_ARGS+= --with-java \
-# --with-javabase=${LOCALBASE}/include
+#BUILD_DEPENDS= ${LOCALBASE}/${JAVADIR}/bin/java:${PORTSDIR}/java/jdk
+#CONFIGURE_ARGS+= --with-java \
+# --with-javabase=${LOCALBASE}/include
#
#CONFIGURE_ENV= JAVAC="${LOCALBASE}/${JAVADIR}/bin/javac" \
# JAVAH="${LOCALBASE}/${JAVADIR}/bin/javah" \
diff --git a/security/firewalk/Makefile b/security/firewalk/Makefile
index 9c3197b2ac90..d4ea623d4d9a 100644
--- a/security/firewalk/Makefile
+++ b/security/firewalk/Makefile
@@ -16,11 +16,11 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
MAN1= firewalk.1
-GNU_CONFIGURE= YES
+GNU_CONFIGURE= yes
CONFIGURE_ENV+= LDFLAGS="-L${PREFIX}/lib"
CONFIGURE_ARGS= --with-gtk=no
-WRKSRC= ${WRKDIR}/Firewalk-${PORTVERSION}
+WRKSRC= ${WRKDIR}/Firewalk-${PORTVERSION}
.include <bsd.port.pre.mk>
diff --git a/security/kssh/Makefile b/security/kssh/Makefile
index 9aa92907dee5..394fdbf6a540 100644
--- a/security/kssh/Makefile
+++ b/security/kssh/Makefile
@@ -18,7 +18,7 @@ BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext
GNU_CONFIGURE= yes
USE_QT2= yes
-MOC?= ${X11BASE}/bin/moc2
+MOC?= ${X11BASE}/bin/moc2
USE_GMAKE= yes
CONFIGURE_ARGS+=--prefix="${PREFIX}" \
--with-qt-includes=${X11BASE}/include/qt2 \
diff --git a/security/p5-GnuPG-Interface/Makefile b/security/p5-GnuPG-Interface/Makefile
index 4dbe0363c60f..714d8968493f 100644
--- a/security/p5-GnuPG-Interface/Makefile
+++ b/security/p5-GnuPG-Interface/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= GnuPG-Interface
-PORTVERSION= 0.11
+PORTVERSION= 0.11
CATEGORIES= security perl5
MASTER_SITES= http://download.sourceforge.net/${PORTNAME}/ \
ftp://download.sourceforge.net/pub/sourceforge/${PORTNAME}/ \
diff --git a/security/pgp6/Makefile b/security/pgp6/Makefile
index c8e470739de5..bc853741b9c1 100644
--- a/security/pgp6/Makefile
+++ b/security/pgp6/Makefile
@@ -8,7 +8,7 @@
PORTNAME= pgp
PORTVERSION= 6.5.1i
CATEGORIES= security
-MASTER_SITES= ftp://ftp.no.pgpi.org/pub/pgp/6.5/6.5.1i/unix/ \
+MASTER_SITES= ftp://ftp.no.pgpi.org/pub/pgp/6.5/6.5.1i/unix/ \
ftp://ftp.fi.pgpi.org/pub/pgp/6.5/6.5.1i/unix/ \
ftp://ftp.se.pgpi.org/pub/pgp/6.5/6.5.1i/unix/ \
ftp://ftp.de.pgpi.org/pub/pgp/6.5/6.5.1i/unix/ \
@@ -16,14 +16,14 @@ MASTER_SITES= ftp://ftp.no.pgpi.org/pub/pgp/6.5/6.5.1i/unix/ \
ftp://ftp.nl.pgpi.org/pub/pgp/6.5/6.5.1i/unix/ \
ftp://ftp.ch.pgpi.org/pub/pgp/6.5/6.5.1i/unix/ \
ftp://ftp.ru.pgpi.org/pub/pgp/6.5/6.5.1i/unix/
-EXTRACT_SUFX= -beta2.tar.gz
+EXTRACT_SUFX= -beta2.tar.gz
MAINTAINER= mike@fate.com
WRKSRC= ${WRKDIR}/${DISTNAME}
-USE_GMAKE= YES
+USE_GMAKE= yes
-RESTRICTED= "Crypto"
+RESTRICTED= "Crypto"
MAN1= pgp.1
diff --git a/security/tea-total/Makefile b/security/tea-total/Makefile
index c0dccedf720d..95ffd571b4ec 100644
--- a/security/tea-total/Makefile
+++ b/security/tea-total/Makefile
@@ -1,4 +1,3 @@
-# ex:ts=8
# Ports collection makefile for: tea-total
# Date created: Tue Dec 19, 2000
# Whom: David O'Brien (obrien@NUXI.com)
@@ -12,7 +11,7 @@ CATEGORIES= security
MASTER_SITES= ftp://ftp.linuxhacker.org/pub/tea-total/ \
http://www.linuxhacker.org/tea-total/
-MAINTAINER= obrien@FreeBSD.org
+MAINTAINER= obrien@FreeBSD.org
# code is not 64-bit clean...
ONLY_FOR_ARCHS= i386
diff --git a/security/tripwire-131/Makefile b/security/tripwire-131/Makefile
index d0a57cfab09a..7280327ce353 100644
--- a/security/tripwire-131/Makefile
+++ b/security/tripwire-131/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
#
-PORTNAME= tripwire
+PORTNAME= tripwire
PORTVERSION= 1.3.1
CATEGORIES= security
DISTNAME= Tripwire-${PORTVERSION}-1