diff options
-rw-r--r-- | security/ddos_scan/Makefile | 2 | ||||
-rw-r--r-- | security/find_ddos/Makefile | 2 | ||||
-rw-r--r-- | security/gag/Makefile | 2 | ||||
-rw-r--r-- | security/john/Makefile | 2 | ||||
-rw-r--r-- | security/nbaudit/Makefile | 2 | ||||
-rw-r--r-- | security/nmap/Makefile | 2 | ||||
-rw-r--r-- | security/rid/Makefile | 2 | ||||
-rw-r--r-- | security/slurpie/Makefile | 2 | ||||
-rw-r--r-- | security/tea-total/Makefile | 2 | ||||
-rw-r--r-- | security/trinokiller/Makefile | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/security/ddos_scan/Makefile b/security/ddos_scan/Makefile index dfa940f..38c48eb 100644 --- a/security/ddos_scan/Makefile +++ b/security/ddos_scan/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://staff.washington.edu/dittrich/misc/ DISTNAME= ${PORTNAME} EXTRACT_SUFX= .tar -MAINTAINER= obrien@FreeBSD.org +MAINTAINER= ports@FreeBSD.org ALL_TARGET= dds diff --git a/security/find_ddos/Makefile b/security/find_ddos/Makefile index 1eaa6d9..2d7a611 100644 --- a/security/find_ddos/Makefile +++ b/security/find_ddos/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://ftp.cert.org.tw/tools/Security_Scanner/DDOS/ \ DISTNAME= find_ddos_v42_linux EXTRACT_SUFX= .tar.Z -MAINTAINER= obrien@FreeBSD.org +MAINTAINER= ports@FreeBSD.org ONLY_FOR_ARCHS= i386 WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/security/gag/Makefile b/security/gag/Makefile index e187ae8..46d90f6 100644 --- a/security/gag/Makefile +++ b/security/gag/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://staff.washington.edu/dittrich/misc/ DISTNAME= sickenscan EXTRACT_SUFX= .tar -MAINTAINER= obrien@FreeBSD.org +MAINTAINER= ports@FreeBSD.org ALL_TARGET= gag diff --git a/security/john/Makefile b/security/john/Makefile index 022be9a..daebaa25 100644 --- a/security/john/Makefile +++ b/security/john/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= ftp://ftp.ca.openwall.com/pub/projects/john/ \ ftp://ftp.false.com/pub/security/projects/ \ http://www.false.com/security/john/ -MAINTAINER= obrien@FreeBSD.org +MAINTAINER= ports@FreeBSD.org .include <bsd.port.pre.mk> diff --git a/security/nbaudit/Makefile b/security/nbaudit/Makefile index dc5467c..86058b5 100644 --- a/security/nbaudit/Makefile +++ b/security/nbaudit/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.secnet.com/pub/tools/nat10/ \ ftp://ftp.auscert.org.au/pub/coast/mirrors/ftp.secnet.com/tools/nat10/ DISTNAME= nat10 -MAINTAINER= obrien@FreeBSD.org +MAINTAINER= ports@FreeBSD.org WRKSRC= ${WRKDIR}/${DISTNAME} MAN1= nat.1 nbaudit.1 diff --git a/security/nmap/Makefile b/security/nmap/Makefile index f97372e..c0b7a6f 100644 --- a/security/nmap/Makefile +++ b/security/nmap/Makefile @@ -17,7 +17,7 @@ EXTRACT_SUFX= .tgz #PATCH_SITES= http://www.mobis.com/ajax/projects/ -MAINTAINER= obrien@FreeBSD.org +MAINTAINER= ports@FreeBSD.org .include <bsd.port.pre.mk> diff --git a/security/rid/Makefile b/security/rid/Makefile index 5366997..b468417 100644 --- a/security/rid/Makefile +++ b/security/rid/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://packetstorm.securify.com/distributed/ \ ftp://ftp.ntua.gr/pub/security/technotronic/denial/ DISTFILES= ${PORTNAME}-1_0.tgz -MAINTAINER= obrien@FreeBSD.org +MAINTAINER= ports@FreeBSD.org ALL_TARGET= rid diff --git a/security/slurpie/Makefile b/security/slurpie/Makefile index 54f7931..8c569bc 100644 --- a/security/slurpie/Makefile +++ b/security/slurpie/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.jps.net/coati/archives/ DISTNAME= ${PORTNAME} EXTRACT_SUFX= .tgz -MAINTAINER= obrien@FreeBSD.org +MAINTAINER= ports@FreeBSD.org do-install: ${INSTALL_PROGRAM} ${WRKSRC}/slurp ${PREFIX}/sbin diff --git a/security/tea-total/Makefile b/security/tea-total/Makefile index 95ffd57..001b4b1 100644 --- a/security/tea-total/Makefile +++ b/security/tea-total/Makefile @@ -11,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= ports@FreeBSD.org # code is not 64-bit clean... ONLY_FOR_ARCHS= i386 diff --git a/security/trinokiller/Makefile b/security/trinokiller/Makefile index 5e6f9b0..deaa825 100644 --- a/security/trinokiller/Makefile +++ b/security/trinokiller/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.afro-productions.com/ DISTNAME= trinokiller EXTRACT_SUFX= .c -MAINTAINER= obrien@FreeBSD.org +MAINTAINER= ports@FreeBSD.org NO_WRKSUBDIR= yes |