1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Support staging

- Add mirror
This commit is contained in:
Emanuel Haupt 2014-02-12 21:23:24 +00:00
parent b49cb6994c
commit 47298a243b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344017
2 changed files with 10 additions and 3 deletions

View File

@ -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>

View File

@ -1,2 +1,4 @@
bin/fiz
bin/zoo
man/man1/fiz.1.gz
man/man1/zoo.1.gz