diff options
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 |