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/zoo | |
parent | 1d04fddf5785697f7a7b908b8635aa837e9d0615 (diff) | |
download | FreeBSD-ports-6c90316493485779473db27c46fc143d72ca8a86.zip FreeBSD-ports-6c90316493485779473db27c46fc143d72ca8a86.tar.gz |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'archivers/zoo')
-rw-r--r-- | archivers/zoo/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/archivers/zoo/Makefile b/archivers/zoo/Makefile index 20b5a10..51cbe18 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> |