diff options
author | roam <roam@FreeBSD.org> | 2003-03-05 19:25:42 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2003-03-05 19:25:42 +0800 |
commit | b0f85b9c9628a1dc252cd38a07d0db96eedad840 (patch) | |
tree | fa003d1bc9f0b7a4d03cc2ee02d9438be54d0f1f /security/zombiezapper/Makefile | |
parent | 2054a6a49e9d663dca077f672a7314cda1da8882 (diff) | |
download | freebsd-ports-gnome-b0f85b9c9628a1dc252cd38a07d0db96eedad840.tar.gz freebsd-ports-gnome-b0f85b9c9628a1dc252cd38a07d0db96eedad840.tar.zst freebsd-ports-gnome-b0f85b9c9628a1dc252cd38a07d0db96eedad840.zip |
Update to 1.2, which adds support for Shaft and Windows versions of Trinoo.
Diffstat (limited to 'security/zombiezapper/Makefile')
-rw-r--r-- | security/zombiezapper/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/zombiezapper/Makefile b/security/zombiezapper/Makefile index a6a3032d0c66..5ff5b2ddea3d 100644 --- a/security/zombiezapper/Makefile +++ b/security/zombiezapper/Makefile @@ -6,11 +6,11 @@ # PORTNAME= zombiezapper -PORTVERSION= 1.0 +PORTVERSION= 1.2 CATEGORIES= security MASTER_SITES= http://razor.bindview.com/tools/files/ -DISTNAME= zombie -EXTRACT_SUFX= .tar +DISTNAME= zombie-${PORTVERSION} +EXTRACT_SUFX= .tgz MAINTAINER= roam@FreeBSD.org COMMENT= "Send a terminate command to Trinoo/TFN/Stacheldracht DDoS agents" |