aboutsummaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-04-08 23:24:42 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-04-08 23:24:42 +0000
commit59df8af48ea44d533d5de8118602cc174bda92da (patch)
tree099d3028bb9a8d6c138c5cf52f3b004582a91035 /archivers
parent3da86c6aa2b3345aabb564415cd86b5e3872ca1a (diff)
downloadports-59df8af48ea44d533d5de8118602cc174bda92da.tar.gz
ports-59df8af48ea44d533d5de8118602cc174bda92da.zip
Notes
Diffstat (limited to 'archivers')
-rw-r--r--archivers/arc/Makefile6
-rw-r--r--archivers/bzip/Makefile4
-rw-r--r--archivers/bzip2/Makefile4
-rw-r--r--archivers/deepforest/Makefile6
-rw-r--r--archivers/fastjar/Makefile4
-rw-r--r--archivers/freeze/Makefile4
-rw-r--r--archivers/gshar+gunshar/Makefile4
-rw-r--r--archivers/ha/Makefile22
-rw-r--r--archivers/hpack.non-usa.only/Makefile14
-rw-r--r--archivers/lha/Makefile6
-rw-r--r--archivers/linux_rar/Makefile12
-rw-r--r--archivers/lzo/Makefile4
-rw-r--r--archivers/lzo2/Makefile4
-rw-r--r--archivers/makeself/Makefile6
-rw-r--r--archivers/nulib/Makefile6
-rw-r--r--archivers/p5-Compress-Zlib/Makefile6
-rw-r--r--archivers/pkzip/Makefile12
-rw-r--r--archivers/rar/Makefile12
-rw-r--r--archivers/sharutils/Makefile4
-rw-r--r--archivers/unace/Makefile6
-rw-r--r--archivers/unarj/Makefile10
-rw-r--r--archivers/unrar/Makefile10
-rw-r--r--archivers/unzip/Makefile10
-rw-r--r--archivers/zip/Makefile6
-rw-r--r--archivers/zoo/Makefile12
25 files changed, 97 insertions, 97 deletions
diff --git a/archivers/arc/Makefile b/archivers/arc/Makefile
index 89941ff7e6d7..66c7b8f91a51 100644
--- a/archivers/arc/Makefile
+++ b/archivers/arc/Makefile
@@ -1,15 +1,15 @@
# New ports collection makefile for: arc
-# Version required: 5.21e
# Date created: 31 Dec 1994
# Whom: ache
#
# $FreeBSD$
#
-DISTNAME= arc521e.pl8
-PKGNAME= arc-5.21e
+PORTNAME= arc
+PORTVERSION= 5.21e.8
CATEGORIES= archivers
MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/
+DISTNAME= arc521e.pl8
EXTRACT_SUFX= .tar.Z
MAINTAINER= ache@FreeBSD.org
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/
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/
diff --git a/archivers/deepforest/Makefile b/archivers/deepforest/Makefile
index c8b662e66c4e..cb5ca971276a 100644
--- a/archivers/deepforest/Makefile
+++ b/archivers/deepforest/Makefile
@@ -1,15 +1,15 @@
# New ports collection makefile for: JDE's DeepForest
-# Version required: 1.0a
# Date created: 25 March 1999
# Whom: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
#
# $FreeBSD$
#
-DISTNAME= DeepForest-1.0a
-PKGNAME= ${LANGPREFIX}deepforest-1.0a
+PORTNAME= ${LANGPREFIX}DeepForest
+PORTVERSION= 1.0a
CATEGORIES= ${CATEGORY_LIST}
MASTER_SITES= http://www.aaa-int.or.jp/~jfactory/JDE/dist/
+DISTNAME= DeepForest-${PORTVERSION}
MAINTAINER= kiri@pis.toba-cmt.ac.jp
diff --git a/archivers/fastjar/Makefile b/archivers/fastjar/Makefile
index 809732c408b4..9a6282a5ee1b 100644
--- a/archivers/fastjar/Makefile
+++ b/archivers/fastjar/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: fastjar
-# Version required: 0.90
# Date created: 18 March 2000
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
-DISTNAME= fastjar-0.90
+PORTNAME= fastjar
+PORTVERSION= 0.90
CATEGORIES= archivers java
MASTER_SITES= http://download.sourceforge.net/fastjar/
EXTRACT_SUFX= .tgz
diff --git a/archivers/freeze/Makefile b/archivers/freeze/Makefile
index bef40080cb62..f9bce24a5b94 100644
--- a/archivers/freeze/Makefile
+++ b/archivers/freeze/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: freeze
-# Version required: 2.5
# Date created: 20 Jul 1996
# Whom: lukin@okbmei.msk.su
#
# $FreeBSD$
#
-DISTNAME= freeze-2.5
+PORTNAME= freeze
+PORTVERSION= 2.5
CATEGORIES= archivers
MASTER_SITES= ftp://ftp.cdrom.com/pub/unixfreeware/archive/ \
ftp://ftp.warwick.ac.uk/pub/compression/
diff --git a/archivers/gshar+gunshar/Makefile b/archivers/gshar+gunshar/Makefile
index cd542b2f3781..0ab89ed17640 100644
--- a/archivers/gshar+gunshar/Makefile
+++ b/archivers/gshar+gunshar/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: gshar+gunshar
-# Version required: 4.2.1
# Date created: 28 Dec 1994
# Whom: ache
#
# $FreeBSD$
#
-DISTNAME= sharutils-4.2.1
+PORTNAME= sharutils
+PORTVERSION= 4.2.1
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= sharutils
diff --git a/archivers/ha/Makefile b/archivers/ha/Makefile
index 0c384cb1087d..b95699e0d00b 100644
--- a/archivers/ha/Makefile
+++ b/archivers/ha/Makefile
@@ -1,24 +1,24 @@
# New ports collection makefile for: ha
-# Version required: 0.999beta
# Date created: 24 Jan 1995
# Whom: ache
#
# $FreeBSD$
#
-DISTNAME= ha0999
-PKGNAME= ha-0.999b
+PORTNAME= ha
+PORTVERSION= 0.999b
CATEGORIES= archivers
-MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/
-EXTRACT_SUFX= .tgz
+MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/
+DISTNAME= ha0999
+EXTRACT_SUFX= .tgz
-MAINTAINER= ache@FreeBSD.org
+MAINTAINER= ache@FreeBSD.org
-NO_WRKSUBDIR= yes
-MAKEFILE= makefile.nix
-MAKE_FLAGS= CC=cc -f
-ALL_TARGET= ha
-USE_GMAKE= yes
+NO_WRKSUBDIR= yes
+MAKEFILE= makefile.nix
+MAKE_FLAGS= CC=cc -f
+ALL_TARGET= ha
+USE_GMAKE= yes
do-install:
cd ${WRKSRC}; ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ha ${PREFIX}/bin
diff --git a/archivers/hpack.non-usa.only/Makefile b/archivers/hpack.non-usa.only/Makefile
index c3ca58dc1d03..ca0866dcaccf 100644
--- a/archivers/hpack.non-usa.only/Makefile
+++ b/archivers/hpack.non-usa.only/Makefile
@@ -1,22 +1,22 @@
# New ports collection makefile for: hpack.with_encryption
-# Version required: 0.79a0
# Date created: 7 Jan 1995
# Whom: ache
#
# $FreeBSD$
#
-DISTNAME= hpack79src
-PKGNAME= hpack-0.79a
+PORTNAME= hpack
+PORTVERSION= 0.79a
CATEGORIES= archivers
-MASTER_SITES= ftp://src.doc.ic.ac.uk/packages/hpack/
+MASTER_SITES= ftp://src.doc.ic.ac.uk/packages/hpack/
+DISTNAME= hpack79src
-MAINTAINER= ache@FreeBSD.org
+MAINTAINER= ache@FreeBSD.org
RESTRICTED= "Using this code inside USA will violate RSA patents"
NO_WRKSUBDIR= yes
-MAKEFILE= makefile
-ALL_TARGET= freebsd
+MAKEFILE= makefile
+ALL_TARGET= freebsd
INSTALL_TARGET= freebsd.install
MAN1= hpack.1
diff --git a/archivers/lha/Makefile b/archivers/lha/Makefile
index 11512b8bd61f..7d92233bc1aa 100644
--- a/archivers/lha/Makefile
+++ b/archivers/lha/Makefile
@@ -1,16 +1,16 @@
# New ports collection makefile for: lha
-# Version required: 1.14f
# Date created: 26 Dec 1994
# Whom: ache
#
# $FreeBSD$
#
-DISTNAME= lha-114f
-PKGNAME= lha-1.14f
+PORTNAME= lha
+PORTVERSION= 1.14f
CATEGORIES= archivers
MASTER_SITES= http://www2m.biglobe.ne.jp/~dolphin/lha/prog/ \
ftp://ftp.win.ne.jp/pub/misc/
+DISTNAME= lha-114f
MAINTAINER= ache@FreeBSD.org
diff --git a/archivers/linux_rar/Makefile b/archivers/linux_rar/Makefile
index 37983886b145..3abcc0488237 100644
--- a/archivers/linux_rar/Makefile
+++ b/archivers/linux_rar/Makefile
@@ -1,21 +1,21 @@
# New ports collection makefile for: linux_rar
# http://www.rarsoft.com/rar_archiver.htm
-# Version required: 2.60
# Date created: 30 April 1999
# Whom: FUJISHIMA Satsuki <k5@respo.or.jp>
#
# $FreeBSD$
#
-DISTNAME= rarlnx26
-PKGNAME= linux_rar-2.60
+PORTNAME= linux_rar
+PORTVERSION= 2.60
CATEGORIES= archivers linux
MASTER_SITES= ftp://rarsoft.ti.sk/pub/rar/ \
ftp://ftp.cdrom.com/pub/cheats/dlh/rar/ \
ftp://ftp.cdrom.com/pub/sac/pack/
-EXTRACT_SUFX= .sfx
+DISTNAME= rarlnx26
+EXTRACT_SUFX= .sfx
-MAINTAINER= k5@cheerful.com
+MAINTAINER= k5@cheerful.com
BUILD_DEPENDS= /compat/linux/lib/ld-linux.so.2:${PORTSDIR}/emulators/linux_base
RUN_DEPENDS= /compat/linux/lib/ld-linux.so.2:${PORTSDIR}/emulators/linux_base
@@ -23,7 +23,7 @@ RUN_DEPENDS= /compat/linux/lib/ld-linux.so.2:${PORTSDIR}/emulators/linux_base
NO_BUILD= yes
ONLY_FOR_ARCHS= i386
NO_CDROM= NOFEE: Can not charge for distribution
-NO_PACKAGE= Only unmodified original package can be distributed
+NO_PACKAGE= Only unmodified original package can be distributed
EXTRACT_CMD= # empty
EXTRACT_BEFORE_ARGS= # empty
diff --git a/archivers/lzo/Makefile b/archivers/lzo/Makefile
index b15c4755ef7d..db246dc510be 100644
--- a/archivers/lzo/Makefile
+++ b/archivers/lzo/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: lzo
-# Version required: 1.06
# Date created: 21 Feb 1998
# Whom: giffunip@asme.org
#
# $FreeBSD$
#
-DISTNAME= lzo-1.06
+PORTNAME= lzo
+PORTVERSION= 1.06
CATEGORIES= archivers devel
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
http://wildsau.idv.uni-linz.ac.at/mfx/lzo-download/
diff --git a/archivers/lzo2/Makefile b/archivers/lzo2/Makefile
index b15c4755ef7d..db246dc510be 100644
--- a/archivers/lzo2/Makefile
+++ b/archivers/lzo2/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: lzo
-# Version required: 1.06
# Date created: 21 Feb 1998
# Whom: giffunip@asme.org
#
# $FreeBSD$
#
-DISTNAME= lzo-1.06
+PORTNAME= lzo
+PORTVERSION= 1.06
CATEGORIES= archivers devel
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
http://wildsau.idv.uni-linz.ac.at/mfx/lzo-download/
diff --git a/archivers/makeself/Makefile b/archivers/makeself/Makefile
index bd65d7e5ea11..f1e0631cc390 100644
--- a/archivers/makeself/Makefile
+++ b/archivers/makeself/Makefile
@@ -1,15 +1,15 @@
# New ports collection makefile for: makeself
-# Version required: 1.5.3
# Date created: 22 Oct 1999
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
-DISTNAME= makeself
-PKGNAME= makeself-1.5.3
+PORTNAME= makeself
+PORTVERSION= 1.5.3
CATEGORIES= archivers
MASTER_SITES= http://www.lokigames.com/~megastep/makeself/
+DISTNAME= makeself
EXTRACT_SUFX= .gz.sh
MAINTAINER= will@FreeBSD.org
diff --git a/archivers/nulib/Makefile b/archivers/nulib/Makefile
index ad5fa943e9cd..4b4a1d12096f 100644
--- a/archivers/nulib/Makefile
+++ b/archivers/nulib/Makefile
@@ -1,15 +1,15 @@
# New ports collection makefile for: nulib
-# Version required: 3.25
# Date created: Thu May 8 00:14:31 PDT 1997
# Whom: Steven Wallace <swallace@freebsd.org>
#
# $FreeBSD$
#
-DISTNAME= nulib325
-PKGNAME= nulib-3.25
+PORTNAME= nulib
+PORTVERSION= 3.25
CATEGORIES= archivers
MASTER_SITES= http://people.FreeBSD.org/~jseger/
+DISTNAME= nulib325
EXTRACT_SUFX= .tar.Z
MAINTAINER= jseger@FreeBSD.org
diff --git a/archivers/p5-Compress-Zlib/Makefile b/archivers/p5-Compress-Zlib/Makefile
index 872f1ebba158..a21cb177d200 100644
--- a/archivers/p5-Compress-Zlib/Makefile
+++ b/archivers/p5-Compress-Zlib/Makefile
@@ -1,16 +1,16 @@
# New ports collection makefile for: p5-Compress-Zlib
-# Version required: 1.01
# Date created: October 20th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
# $FreeBSD$
#
-DISTNAME= Compress-Zlib-1.08
-PKGNAME= p5-Compress-Zlib-1.08
+PORTNAME= p5-Compress-Zlib
+PORTVERSION= 1.08
CATEGORIES= archivers perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Compress
+DISTNAME= Compress-Zlib-1.08
MAINTAINER= jfitz@FreeBSD.org
diff --git a/archivers/pkzip/Makefile b/archivers/pkzip/Makefile
index 3f4181c2fadc..4f9a18564205 100644
--- a/archivers/pkzip/Makefile
+++ b/archivers/pkzip/Makefile
@@ -1,20 +1,20 @@
# New ports collection makefile for: pkzip
-# Version required: 2.2
# Date created: 17 Mar 1999
# Whom: xxx
#
# $FreeBSD$
#
-DISTNAME= pklin251
-PKGNAME= pkzip-2.5
+PORTNAME= pkzip
+PORTVERSION= 2.5
CATEGORIES= archivers linux
-MASTER_SITES= ftp://ftp.pkware.com/
+MASTER_SITES= ftp://ftp.pkware.com/
+DISTNAME= pklin251
EXTRACT_SUFX= .exe
-MAINTAINER= dbader@eece.unm.edu
+MAINTAINER= dbader@eece.unm.edu
-RUN_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_base
+RUN_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_base
ONLY_FOR_ARCHS= i386
diff --git a/archivers/rar/Makefile b/archivers/rar/Makefile
index 291ecaad883d..f9304bce91e7 100644
--- a/archivers/rar/Makefile
+++ b/archivers/rar/Makefile
@@ -1,20 +1,20 @@
# New ports collection makefile for: rar
# http://www.rarsoft.com/
-# Version required: 2.*
# Date created: 15 May 1996
# Whom: ache
#
# $FreeBSD$
#
-DISTNAME= rarbsd
-PKGNAME= rar-2.02
+PORTNAME= rar
+PORTVERSION= 2.02
CATEGORIES= archivers
-MASTER_SITES= ftp://rarsoft.ti.sk/pub/rar/ \
+MASTER_SITES= ftp://rarsoft.ti.sk/pub/rar/ \
ftp://ftp.cdrom.com/pub/sac/pack/
-EXTRACT_SUFX= .sfx
+DISTNAME= rarbsd
+EXTRACT_SUFX= .sfx
-MAINTAINER= ache@FreeBSD.org
+MAINTAINER= ache@FreeBSD.org
CAT1= rar.1
diff --git a/archivers/sharutils/Makefile b/archivers/sharutils/Makefile
index cd542b2f3781..0ab89ed17640 100644
--- a/archivers/sharutils/Makefile
+++ b/archivers/sharutils/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: gshar+gunshar
-# Version required: 4.2.1
# Date created: 28 Dec 1994
# Whom: ache
#
# $FreeBSD$
#
-DISTNAME= sharutils-4.2.1
+PORTNAME= sharutils
+PORTVERSION= 4.2.1
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= sharutils
diff --git a/archivers/unace/Makefile b/archivers/unace/Makefile
index 5eb4d5369c88..cb8cc70edae6 100644
--- a/archivers/unace/Makefile
+++ b/archivers/unace/Makefile
@@ -1,16 +1,16 @@
# New ports collection makefile for: unace
# URL: http://members.aol.com/mlemke6413/ace.html
-# Version required: 1.2b
# Date created: 23 February 1999
# Whom: Joao Carlos Mendes Luis <jonny@jonny.eng.br>
#
# $FreeBSD$
#
-DISTNAME= unacepub
-PKGNAME= unace-1.2b
+PORTNAME= unace
+PORTVERSION= 1.2b
CATEGORIES= archivers
MASTER_SITES= http://members.aol.com/mlemke6413/
+DISTNAME= unacepub
MAINTAINER= jonny@jonny.eng.br
diff --git a/archivers/unarj/Makefile b/archivers/unarj/Makefile
index ee2b7ce80247..5897840ac127 100644
--- a/archivers/unarj/Makefile
+++ b/archivers/unarj/Makefile
@@ -1,17 +1,17 @@
# New ports collection makefile for: unarj
-# Version required: 2.4*
# Date created: 28 Dec 1994
# Whom: ache
#
# $FreeBSD$
#
-DISTNAME= unarj-2.43
+PORTNAME= unarj
+PORTVERSION= 2.43
CATEGORIES= archivers
-MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/
-EXTRACT_SUFX= .tgz
+MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/
+EXTRACT_SUFX= .tgz
-MAINTAINER= ache@FreeBSD.org
+MAINTAINER= ache@FreeBSD.org
do-install:
${INSTALL} -d -m 755 -o $(SHAREOWN) -g ${SHAREGRP} \
diff --git a/archivers/unrar/Makefile b/archivers/unrar/Makefile
index ee4fad5b2baa..4dd235546df6 100644
--- a/archivers/unrar/Makefile
+++ b/archivers/unrar/Makefile
@@ -1,19 +1,19 @@
# New ports collection makefile for: unrar
# http://www.rarsoft.com/
-# Version required: 2.*
# Date created: 28 Dec 1994
# Whom: ache
#
# $FreeBSD$
#
-DISTNAME= unrar-2.50
+PORTNAME= unrar
+PORTVERSION= 2.50
CATEGORIES= archivers
-MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/
+MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/
-MAINTAINER= ache@FreeBSD.org
+MAINTAINER= ache@FreeBSD.org
-NO_WRKSUBDIR= Yes
+NO_WRKSUBDIR= Yes
do-build:
cd ${WRKSRC} && \
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile
index 6f9c93b7e8ca..a9384674dd7e 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
diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile
index 5f82325d2f2e..e504aca204c6 100644
--- a/archivers/zip/Makefile
+++ b/archivers/zip/Makefile
@@ -1,15 +1,15 @@
# New ports collection makefile for: zip (without encryption)
-# Version required: 2.3
# Date created: 22 Dec 1994
# Whom: ache
#
# $FreeBSD$
#
-DISTNAME= zip23
-PKGNAME= zip-2.3
+PORTNAME= zip
+PORTVERSION= 2.3
CATEGORIES= archivers
MASTER_SITES= ftp://ftp.cdrom.com/pub/infozip/src/
+DISTNAME= zip23
MAINTAINER= ache@FreeBSD.org
diff --git a/archivers/zoo/Makefile b/archivers/zoo/Makefile
index 20b5a10b104c..51cbe18fc660 100644
--- a/archivers/zoo/Makefile
+++ b/archivers/zoo/Makefile
@@ -1,21 +1,21 @@
# New ports collection makefile for: zoo
-# Version required: 2.10pl1
# Date created: 18 October 1994
# Whom: jmz
#
# $FreeBSD$
#
-DISTNAME= zoo-2.10pl1
-PKGNAME= zoo-2.10.1
+PORTNAME= zoo
+PORTVERSION= 2.10.1
CATEGORIES= archivers
-MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/
+MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/
+DISTNAME= zoo-2.10pl1
MAINTAINER= jmz@FreeBSD.org
NO_WRKSUBDIR= yes
-ALL_TARGET= bsdansi
-MAKEFILE= makefile
+ALL_TARGET= bsdansi
+MAKEFILE= makefile
MAN1= fiz.1 zoo.1
.include <bsd.port.mk>