summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
Diffstat (limited to 'security')
-rw-r--r--security/bro/Makefile4
-rw-r--r--security/crack/Makefile20
-rw-r--r--security/fwtk/Makefile20
-rw-r--r--security/john/Makefile14
-rw-r--r--security/kmap/Makefile4
-rw-r--r--security/nbaudit/Makefile4
-rw-r--r--security/nmap/Makefile4
-rw-r--r--security/nmapfe/Makefile4
-rw-r--r--security/super/Makefile4
-rw-r--r--security/vscan/Makefile15
-rw-r--r--security/zenmap/Makefile4
11 files changed, 49 insertions, 48 deletions
diff --git a/security/bro/Makefile b/security/bro/Makefile
index ee248b3629e0..44bcc89644a5 100644
--- a/security/bro/Makefile
+++ b/security/bro/Makefile
@@ -1,6 +1,6 @@
# ex:ts=8
# Ports collection makefile for: bro
-# Version required: 0.3alpha
+# Version required: 0.3alpha
# Date created: Sat Feb 28, 1998
# Whom: David O'Brien (obrien@FreeBSD.org)
#
@@ -13,7 +13,7 @@ CATEGORIES= security net
#MASTER_SITES= ftp://ee.lbl.gov/
#see http://www-nrg.ee.lbl.gov/bro-info.html
-MAINTAINER= obrien@FreeBSD.org
+MAINTAINER= obrien@FreeBSD.org
RESTRICTED= "Author wishes Alpha releases not to be distrubted."
diff --git a/security/crack/Makefile b/security/crack/Makefile
index 30dc25e05d2e..9f32c6f6c4b5 100644
--- a/security/crack/Makefile
+++ b/security/crack/Makefile
@@ -1,9 +1,9 @@
# ex:ts=8
# Ports collection makefile for: Crack
-# Version required: 5.0
-# Date created: 12 Jan 1997
-# Whom: David O'Brien <obrien@FreeBSD.org>
-# Whom: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp>
+# Version required: 5.0
+# Date created: 12 Jan 1997
+# Whom: David O'Brien <obrien@FreeBSD.org>
+# & Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp>
#
# $FreeBSD$
#
@@ -16,7 +16,7 @@ MASTER_SITES= ftp://ftp.win.tue.nl/pub/security/ \
ftp://ftp.auscert.org.au/pub/coast/mirrors/cert.org/tools/crack/ \
ftp://ftp.riken.go.jp/pub/net/cert_security_tools/crack/
-MAINTAINER= obrien@FreeBSD.org
+MAINTAINER= obrien@FreeBSD.org
RESTRICTED= "contains crypto (libdes)"
WRKSRC= ${WRKDIR}/c50a
@@ -31,13 +31,13 @@ pre-configure:
pre-build:
@(if [ ! -f /usr/share/dict/words ];then \
- ${ECHO_MSG} "You may want to install the dict distribution into /usr/share/dict" ; \
- ${ECHO_MSG} "to increase the size of the cracking dictionary." ; \
+ ${ECHO_MSG} "You may want to install the dict distribution into /usr/share/dict" ; \
+ ${ECHO_MSG} "to increase the size of the cracking dictionary." ; \
fi)
do-build:
- (cd ${WRKSRC} ; ./Crack -makeonly)
- (cd ${WRKSRC} ; ./Crack -makedict)
+ cd ${WRKSRC} ; ./Crack -makeonly
+ cd ${WRKSRC} ; ./Crack -makedict
.if !defined(USE_DES)
@#(cd ${WRKSRC} ; ./Crack -fgnd -fmt bsd ${FILESDIR}/pw-md5.test)
.endif
@@ -45,6 +45,6 @@ do-build:
do-install:
@${MKDIR} ${PREFIX}/crack
@${RM} -f ${WRKSRC}/Run/*
- @(cd ${WRKSRC} ; tar cf - . | (cd ${PREFIX}/crack; tar xfBp -))
+ @cd ${WRKSRC} ; tar cf - . | (cd ${PREFIX}/crack; tar xfBp -)
.include <bsd.port.mk>
diff --git a/security/fwtk/Makefile b/security/fwtk/Makefile
index 28aa3650f035..ff872a3d52d0 100644
--- a/security/fwtk/Makefile
+++ b/security/fwtk/Makefile
@@ -1,8 +1,8 @@
# ex:ts=8
-# New ports collection makefile for: fwtk
-# Version required: 1.3
-# Date created: 15th June 1996
-# Whom: gpalmer
+# Ports collection makefile for: fwtk
+# Version required: 1.3
+# Date created: 15th June 1996
+# Whom: gpalmer
#
# $FreeBSD$
#
@@ -54,15 +54,15 @@ pre-configure:
${WRKSRC}/firewall.h.in > ${WRKSRC}/firewall.h
post-install:
- ( cd ${PREFIX}/libexec ; strip ${SBIN_BINS} ${LIBEXEC_BINS} )
- ( cd ${PREFIX}/libexec ; ${MV} ${SBIN_BINS} mqueue ../sbin )
+ cd ${PREFIX}/libexec ; strip ${SBIN_BINS} ${LIBEXEC_BINS}
+ cd ${PREFIX}/libexec ; ${MV} ${SBIN_BINS} mqueue ../sbin
${MKDIR} ${PREFIX}/share/doc/fwtk
${INSTALL_MAN} ${WRKSRC}/LICENSE ${PREFIX}/share/doc/fwtk
- ( cd ${WRKSRC}/doc/man ; ${INSTALL_MAN} ${MAN3} ${PREFIX}/man/man3 )
- ( cd ${WRKSRC}/doc/man ; ${INSTALL_MAN} ${MAN5} ${PREFIX}/man/man5 )
- ( cd ${WRKSRC}/doc/man ; ${INSTALL_MAN} ${MAN8} ${PREFIX}/man/man8 )
+ cd ${WRKSRC}/doc/man ; ${INSTALL_MAN} ${MAN3} ${PREFIX}/man/man3
+ cd ${WRKSRC}/doc/man ; ${INSTALL_MAN} ${MAN5} ${PREFIX}/man/man5
+ cd ${WRKSRC}/doc/man ; ${INSTALL_MAN} ${MAN8} ${PREFIX}/man/man8
.if !defined(NOPORTDOCS)
- ( cd ${WRKSRC}/doc ; ${INSTALL_MAN} ${DOCS} ${PREFIX}/share/doc/fwtk )
+ cd ${WRKSRC}/doc ; ${INSTALL_MAN} ${DOCS} ${PREFIX}/share/doc/fwtk
.endif
.include <bsd.port.post.mk>
diff --git a/security/john/Makefile b/security/john/Makefile
index ca88c42c8f4d..168447ea81c6 100644
--- a/security/john/Makefile
+++ b/security/john/Makefile
@@ -1,6 +1,6 @@
# ex:ts=8
# Ports collection makefile for: ufcjohn
-# Version required: 1.4
+# Version required: 1.4
# Date created: Sun Mar 09, 1997
# Whom: David O'Brien (obrien@FreeBSD.org)
#
@@ -12,7 +12,7 @@ CATEGORIES= security
MASTER_SITES= http://www.false.com/security/john/ \
ftp://ftp.false.com/pub/security/john/
-MAINTAINER= obrien@FreeBSD.org
+MAINTAINER= obrien@FreeBSD.org
RESTRICTED= "contains crypto (crypt())"
@@ -50,15 +50,15 @@ pre-fetch:
do-configure:
@${MV} ${WRKDIR}/${DISTNAME}/run/john.ini ${WRKDIR}/${DISTNAME}/run/john.ini.in
@${SED} -e "s:~/all.chr:${PREFIX}/share/john/all.chr:" \
- -e "s:~/alpha.chr:${PREFIX}/share/john/alpha.chr:" \
- -e "s:~/digits.chr:${PREFIX}/share/john/digits.chr:" \
- ${WRKDIR}/${DISTNAME}/run/john.ini.in > ${WRKDIR}/${DISTNAME}/run/john.ini
+ -e "s:~/alpha.chr:${PREFIX}/share/john/alpha.chr:" \
+ -e "s:~/digits.chr:${PREFIX}/share/john/digits.chr:" \
+ ${WRKDIR}/${DISTNAME}/run/john.ini.in > ${WRKDIR}/${DISTNAME}/run/john.ini
do-install:
@${MKDIR} ${PREFIX}/share/john
@${INSTALL_PROGRAM} ${WRKDIR}/${DISTNAME}/run/john ${PREFIX}/bin
- @(cd ${PREFIX}/bin ; ${LN} -sf john xtract)
- @(cd ${PREFIX}/bin ; ${LN} -sf john unshadow)
+ @cd ${PREFIX}/bin ; ${LN} -sf john xtract
+ @cd ${PREFIX}/bin ; ${LN} -sf john unshadow
@${INSTALL_DATA} \
${WRKDIR}/${DISTNAME}/run/all.chr \
${WRKDIR}/${DISTNAME}/run/alpha.chr \
diff --git a/security/kmap/Makefile b/security/kmap/Makefile
index 9099971fff52..bef36267d3b4 100644
--- a/security/kmap/Makefile
+++ b/security/kmap/Makefile
@@ -1,6 +1,6 @@
# ex:ts=8
# Ports collection makefile for: kmap
-# Version required: 0.4
+# Version required: 0.4
# Date created: Fri Sep 10, 1999
# Whom: David O'Brien (obrien@cs.ucdavis.edu)
#
@@ -11,7 +11,7 @@ DISTNAME= kmap-0.7.1
CATEGORIES= security net
MASTER_SITES= http://www.islc.net/~icszepp/downloads/
-MAINTAINER= obrien@FreeBSD.org
+MAINTAINER= obrien@FreeBSD.org
LIB_DEPENDS= kdecore.2:${PORTSDIR}/x11/kdelibs11
RUN_DEPENDS= nmap:${PORTSDIR}/security/nmap
diff --git a/security/nbaudit/Makefile b/security/nbaudit/Makefile
index 82086ce53551..544fab250a5f 100644
--- a/security/nbaudit/Makefile
+++ b/security/nbaudit/Makefile
@@ -1,6 +1,6 @@
# ex:ts=8
# Ports collection makefile for: nat/nbaudit
-# Version required: 1.0
+# Version required: 1.0
# Date created: Mon Feb 03, 1997
# Whom: David O'Brien (obrien@NUXI.com)
#
@@ -13,7 +13,7 @@ CATEGORIES= security net
MASTER_SITES= ftp://ftp.secnet.com/pub/tools/nat10/ \
ftp://ftp.auscert.org.au/pub/coast/mirrors/ftp.secnet.com/tools/nat10/
-MAINTAINER= obrien@FreeBSD.org
+MAINTAINER= obrien@FreeBSD.org
WRKSRC= ${WRKDIR}/${DISTNAME}
MAN1= nat.1 nbaudit.1
diff --git a/security/nmap/Makefile b/security/nmap/Makefile
index 7e01929a7a37..7f61d4cb3367 100644
--- a/security/nmap/Makefile
+++ b/security/nmap/Makefile
@@ -1,6 +1,6 @@
# ex:ts=8
# Ports collection makefile for: nmap
-# Version required: 1.51
+# Version required: 1.51
# Date created: Tue Aug 04, 1998
# Whom: David O'Brien (obrien@NUXI.com)
#
@@ -14,7 +14,7 @@ MASTER_SITES= http://www.insecure.org/nmap/dist/ \
ftp://relay.nuxi.com/pub/misc/
EXTRACT_SUFX= .tgz
-MAINTAINER= obrien@FreeBSD.org
+MAINTAINER= obrien@FreeBSD.org
.include <bsd.port.pre.mk>
diff --git a/security/nmapfe/Makefile b/security/nmapfe/Makefile
index f0bbbfcec99e..a91778b05761 100644
--- a/security/nmapfe/Makefile
+++ b/security/nmapfe/Makefile
@@ -1,6 +1,6 @@
# ex:ts=8
# Ports collection makefile for: nmap
-# Version required: 1.51
+# Version required: 1.51
# Date created: Tue Aug 04, 1998
# Whom: David O'Brien (obrien@NUXI.com)
#
@@ -13,7 +13,7 @@ MASTER_SITES= http://codebox.net/download/ \
http://www.insecure.org/nmap/dist/
EXTRACT_SUFX= .tgz
-MAINTAINER= obrien@FreeBSD.org
+MAINTAINER= obrien@FreeBSD.org
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
RUN_DEPENDS= nmap:${PORTSDIR}/security/nmap
diff --git a/security/super/Makefile b/security/super/Makefile
index 8f7beb7e4387..3eca6325916b 100644
--- a/security/super/Makefile
+++ b/security/super/Makefile
@@ -1,6 +1,6 @@
# ex:ts=8
# Ports collection makefile for: foo
-# Version required: 3.9.7
+# Version required: 3.9.7
# Date created: Fri Mar 18, 1997
# Whom: David O'Brien (obrien@NUXI.com)
#
@@ -13,7 +13,7 @@ MASTER_SITES= ftp://phobos.caltech.edu/users/will/ \
ftp://ftp.ucolick.org/pub/users/will/ \
ftp://ftp.infodrom.north.de/pub/unix/utilities/super/
-MAINTAINER= obrien@FreeBSD.org
+MAINTAINER= obrien@FreeBSD.org
.include <bsd.port.pre.mk>
diff --git a/security/vscan/Makefile b/security/vscan/Makefile
index e606aae06851..ccfd6c9c6151 100644
--- a/security/vscan/Makefile
+++ b/security/vscan/Makefile
@@ -1,7 +1,8 @@
-# New ports collection makefile for: vscan
-# Version required: 1.0.2
-# Date created: Thur Sept 25, 1996
-# Whom: David O'Brien (obrien@cs.ucdavis.edu)
+# ex:ts=8
+# Ports collection makefile for: vscan
+# Version required: 1.0.2
+# Date created: Thur Sept 25, 1996
+# Whom: David O'Brien (obrien@cs.ucdavis.edu)
#
# $FreeBSD$
#
@@ -13,7 +14,7 @@ MASTER_SITES= ftp://ftp.mcafee.com/pub/antivirus/unix/linux/ \
http://people.FreeBSD.org/~steve/distfiles/
EXTRACT_SUFX= .tar
-MAINTAINER= obrien@FreeBSD.org
+MAINTAINER= obrien@FreeBSD.org
NO_WRKSUBDIR= yes
RESTRICTED= "Commercial software"
@@ -31,14 +32,14 @@ pre-fetch:
.endif
post-extract:
- (cd ${WRKSRC} && tar xzf linux-elf.e.tar.Z)
+ cd ${WRKSRC} && tar xzf linux-elf.e.tar.Z
do-build::
# The binary executable file will be left unstripped as stripping the
# file will cause attempt to validate this file to fail.
do-install:
- (cd ${WRKSRC}; ./install-vscan)
+ cd ${WRKSRC}; ./install-vscan
post-install:
@${CHOWN} ${BINOWN}.${BINGRP} ${PREFIX}/bin/uvscan
diff --git a/security/zenmap/Makefile b/security/zenmap/Makefile
index f0bbbfcec99e..a91778b05761 100644
--- a/security/zenmap/Makefile
+++ b/security/zenmap/Makefile
@@ -1,6 +1,6 @@
# ex:ts=8
# Ports collection makefile for: nmap
-# Version required: 1.51
+# Version required: 1.51
# Date created: Tue Aug 04, 1998
# Whom: David O'Brien (obrien@NUXI.com)
#
@@ -13,7 +13,7 @@ MASTER_SITES= http://codebox.net/download/ \
http://www.insecure.org/nmap/dist/
EXTRACT_SUFX= .tgz
-MAINTAINER= obrien@FreeBSD.org
+MAINTAINER= obrien@FreeBSD.org
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
RUN_DEPENDS= nmap:${PORTSDIR}/security/nmap