diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-08 21:32:37 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-08 21:32:37 +0000 |
commit | 12f429fe3f22ea33deda433dec880cc318f9a870 (patch) | |
tree | 0ecf4d6fef397e0f8a5d2e1d4b69a16f5a399564 /security/find_ddos | |
parent | 6de129210c3b97b7da918a0a7c67dedb99df43b9 (diff) | |
download | ports-12f429fe3f22ea33deda433dec880cc318f9a870.tar.gz ports-12f429fe3f22ea33deda433dec880cc318f9a870.zip |
To ports@freebsd.org.
Notes
Notes:
svn path=/head/; revision=58742
Diffstat (limited to 'security/find_ddos')
-rw-r--r-- | security/find_ddos/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/find_ddos/Makefile b/security/find_ddos/Makefile index 1eaa6d93f6e7..2d7a61116f59 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} |