diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-08 23:24:42 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-08 23:24:42 +0000 |
commit | 6c90316493485779473db27c46fc143d72ca8a86 (patch) | |
tree | e7a5620a9b152cc5d6a909ed7144f0eb1c9828f9 /archivers/unzip | |
parent | 1d04fddf5785697f7a7b908b8635aa837e9d0615 (diff) | |
download | FreeBSD-ports-6c90316493485779473db27c46fc143d72ca8a86.zip FreeBSD-ports-6c90316493485779473db27c46fc143d72ca8a86.tar.gz |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'archivers/unzip')
-rw-r--r-- | archivers/unzip/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index 6f9c93b..a938467 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -1,17 +1,17 @@ # New ports collection makefile for: unzip -# Version required: 5.* # Date created: 17 October 1994 # Whom: jmz # # $FreeBSD$ # -DISTNAME= unzip540 -PKGNAME= unzip-5.40 +PORTNAME= unzip-5.40 +PORTVERSION= unzip-5.40 CATEGORIES= archivers -MASTER_SITES= ftp://ftp.cdrom.com/pub/infozip/src/ +MASTER_SITES= ftp://ftp.cdrom.com/pub/infozip/src/ +DISTNAME= unzip540 -MAINTAINER= ache@FreeBSD.org +MAINTAINER= ache@FreeBSD.org Y2K= http://www.cdrom.com/pub/infozip/FAQ.html#Y2K |