aboutsummaryrefslogtreecommitdiff
path: root/archivers/zoo
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-12 21:23:24 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-12 21:23:24 +0000
commit47298a243b6e26f3ea2c478b4cc19ce19d86abba (patch)
treef5749713586c2b7d02a25248d8fc75a05b18e1fe /archivers/zoo
parentb49cb6994cf8f92de1692fbcc563854ac552064d (diff)
downloadports-47298a243b6e26f3ea2c478b4cc19ce19d86abba.tar.gz
ports-47298a243b6e26f3ea2c478b4cc19ce19d86abba.zip
Notes
Diffstat (limited to 'archivers/zoo')
-rw-r--r--archivers/zoo/Makefile11
-rw-r--r--archivers/zoo/pkg-plist2
2 files changed, 10 insertions, 3 deletions
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 <bsd.port.mk>
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