summaryrefslogtreecommitdiff
path: root/security/zombiezapper
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>2000-04-09 18:34:06 +0000
committerChris Piazza <cpiazza@FreeBSD.org>2000-04-09 18:34:06 +0000
commit3df86a88a9d1a500b60debaa4e14f97e500a96c1 (patch)
treea2ab9a6ab9be8b8808cfdd2f42ab98c9aa090dcc /security/zombiezapper
parentProper WWW syntax (diff)
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes: svn path=/head/; revision=27426
Diffstat (limited to 'security/zombiezapper')
-rw-r--r--security/zombiezapper/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/zombiezapper/Makefile b/security/zombiezapper/Makefile
index 5aa5e71b5c3f..0539cf31cf5d 100644
--- a/security/zombiezapper/Makefile
+++ b/security/zombiezapper/Makefile
@@ -1,15 +1,15 @@
# Ports collection makefile for: zombiezapper
-# Version required: 1.0
# Date created: 19 Feb 2000
# Whom: Kris Kennaway <kris@FreeBSD.org>
#
# $FreeBSD$
#
-DISTNAME= zombie
-PKGNAME= zombiezapper-1.0
+PORTNAME= zombiezapper
+PORTVERSION= 1.0
CATEGORIES= security
MASTER_SITES= http://razor.bindview.com/tools/files/
+DISTNAME= zombie
EXTRACT_SUFX= .tar
MAINTAINER= kris@FreeBSD.org