diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 00:07:29 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 00:07:29 +0000 |
commit | ab5aef260ce199d0e9694f1feaae6d295dda1ae5 (patch) | |
tree | 26f2459e341ea172cfe0a40900548bda4bb9c83e /www/junkbuster-zlib | |
parent | a8843baba6a200bd1438954f77dd13e4fda505d9 (diff) | |
download | FreeBSD-ports-ab5aef260ce199d0e9694f1feaae6d295dda1ae5.zip FreeBSD-ports-ab5aef260ce199d0e9694f1feaae6d295dda1ae5.tar.gz |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'www/junkbuster-zlib')
-rw-r--r-- | www/junkbuster-zlib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/junkbuster-zlib/Makefile b/www/junkbuster-zlib/Makefile index ea19b99..225194d 100644 --- a/www/junkbuster-zlib/Makefile +++ b/www/junkbuster-zlib/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: junkbuster -# Version required: 2.0 # Date created: 2 May 1998 # Whom: Ian Struble <ian@broken.net> # @@ -10,10 +9,11 @@ # I have contacted the author about this though so we may see something new # in the next revision. -DISTNAME= ijb20 -PKGNAME= junkbuster-2.0.2 +PORTNAME= junkbuster +PORTVERSION= 2.0.2 CATEGORIES= www MASTER_SITES= http://www.junkbusters.com/ht/en/ +DISTNAME= ijb20 MAINTAINER= ian@broken.net |