diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-09 07:24:42 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-09 07:24:42 +0800 |
commit | 6c90316493485779473db27c46fc143d72ca8a86 (patch) | |
tree | e7a5620a9b152cc5d6a909ed7144f0eb1c9828f9 /archivers/bzip2 | |
parent | 1d04fddf5785697f7a7b908b8635aa837e9d0615 (diff) | |
download | freebsd-ports-gnome-6c90316493485779473db27c46fc143d72ca8a86.tar.gz freebsd-ports-gnome-6c90316493485779473db27c46fc143d72ca8a86.tar.zst freebsd-ports-gnome-6c90316493485779473db27c46fc143d72ca8a86.zip |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'archivers/bzip2')
-rw-r--r-- | archivers/bzip2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/bzip2/Makefile b/archivers/bzip2/Makefile index 8f77c89c72ae..7e724aac9f85 100644 --- a/archivers/bzip2/Makefile +++ b/archivers/bzip2/Makefile @@ -1,13 +1,13 @@ # ex:ts=8 # Ports collection makefile for: bzip2 -# Version required: 0.0 # Date created: 19 Nov 1997 # Whom: Thomas Gellekum <tg@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= bzip2-0.9.5d +PORTNAME= bzip2 +PORTVERSION= 0.9.5d CATEGORIES= archivers MASTER_SITES= ftp://sourceware.cygnus.com/pub/bzip2/v095/ \ http://www.kernel.org/pub/software/utils/compress/bzip2/ |