diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 23:24:42 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 23:24:42 +0000 |
commit | 59df8af48ea44d533d5de8118602cc174bda92da (patch) | |
tree | 099d3028bb9a8d6c138c5cf52f3b004582a91035 /archivers/bzip | |
parent | 3da86c6aa2b3345aabb564415cd86b5e3872ca1a (diff) |
update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27419
Diffstat (limited to 'archivers/bzip')
-rw-r--r-- | archivers/bzip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/bzip/Makefile b/archivers/bzip/Makefile index 78d2ae9498ba..59b7881de134 100644 --- a/archivers/bzip/Makefile +++ b/archivers/bzip/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: bzip -# Version required: 0.21 # Date created: Fr 27 Sep 1996 11:47:35 MET DST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # # $FreeBSD$ # -DISTNAME= bzip-0.21 +PORTNAME= bzip +PORTVERSION= 0.21 CATEGORIES= archivers MASTER_SITES= ftp://ftp.connectnet.com/pub/bzip/bzip-0.21/ |