mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
7bb2e0c237
following up from 003a571d1d
It is now time to get rid of MANPREFIX and move everything to share/man
27 lines
540 B
Makefile
27 lines
540 B
Makefile
PORTNAME= zoo
|
|
PORTVERSION= 2.10.1
|
|
PORTREVISION= 5
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/ \
|
|
LOCAL/ehaupt
|
|
DISTNAME= zoo-2.10pl1
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Manipulate archives of files in compressed form
|
|
|
|
USES= cpe
|
|
|
|
CPE_VENDOR= zoo_project
|
|
|
|
NO_WRKSUBDIR= yes
|
|
ALL_TARGET= bsdansi
|
|
MAKEFILE= makefile
|
|
|
|
do-install:
|
|
.for f in fiz zoo
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/${f}.1 ${STAGEDIR}${PREFIX}/share/man/man1
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|