diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:34:06 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:34:06 +0000 |
commit | 3df86a88a9d1a500b60debaa4e14f97e500a96c1 (patch) | |
tree | a2ab9a6ab9be8b8808cfdd2f42ab98c9aa090dcc /security/firewalk | |
parent | Proper WWW syntax (diff) |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27426
Diffstat (limited to 'security/firewalk')
-rw-r--r-- | security/firewalk/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/firewalk/Makefile b/security/firewalk/Makefile index 034b37154ea5..2e829016fb4f 100644 --- a/security/firewalk/Makefile +++ b/security/firewalk/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: slush -# Version required: 0.1.0 # Date created: Sun May 3, 1999 # Whom: shipley@dis.org # # $FreeBSD$ # -DISTNAME= firewalk-0.99beta -PKGNAME= firewalk-0.9.9b +PORTNAME= firewalk +PORTVERSION= 0.9.9b CATEGORIES= security net MASTER_SITES= http://www.packetfactory.net/firewalk/ +DISTNAME= firewalk-0.99beta MAINTAINER= shipley@dis.org |