From 165feb6941429e44bef7f102d9967c5d3097ad88 Mon Sep 17 00:00:00 2001 From: DPorts Builder Date: Mon, 17 Feb 2014 09:46:56 -0800 Subject: [PATCH] Tweak archivers/zoo version 2.10.1_3 --- archivers/zoo/Makefile | 11 ++++++++--- archivers/zoo/pkg-plist | 2 ++ 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/archivers/zoo/Makefile b/archivers/zoo/Makefile index 62be0bf0f03..449f999eaf2 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 8fd5723185c..32106e2191c 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 -- 2.41.0