From b58c106b1b3cb08c64127832d9856efdcb3d2c90 Mon Sep 17 00:00:00 2001 From: ehaupt Date: Wed, 12 Feb 2014 21:23:24 +0000 Subject: - Support staging - Add mirror --- archivers/zoo/Makefile | 11 ++++++++--- archivers/zoo/pkg-plist | 2 ++ 2 files changed, 10 insertions(+), 3 deletions(-) (limited to 'archivers/zoo') diff --git a/archivers/zoo/Makefile b/archivers/zoo/Makefile index 62be0bf0f03e..449f999eaf2d 100644 --- a/archivers/zoo/Makefile +++ b/archivers/zoo/Makefile @@ -5,16 +5,21 @@ PORTNAME= zoo PORTVERSION= 2.10.1 PORTREVISION= 3 CATEGORIES= archivers -MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/ +MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/ \ + CRITICAL DISTNAME= zoo-2.10pl1 MAINTAINER= gabor@FreeBSD.org COMMENT= Manipulate archives of files in compressed form -NO_STAGE= yes NO_WRKSUBDIR= yes ALL_TARGET= bsdansi MAKEFILE= makefile -MAN1= fiz.1 zoo.1 + +do-install: +.for f in fiz zoo + ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/${f}.1 ${STAGEDIR}${MANPREFIX}/man/man1 +.endfor .include diff --git a/archivers/zoo/pkg-plist b/archivers/zoo/pkg-plist index 8fd5723185c9..32106e2191c5 100644 --- a/archivers/zoo/pkg-plist +++ b/archivers/zoo/pkg-plist @@ -1,2 +1,4 @@ bin/fiz bin/zoo +man/man1/fiz.1.gz +man/man1/zoo.1.gz -- cgit