freebsd-ports/archivers/zoo/Makefile
Baptiste Daroussin 7bb2e0c237 archivers/*: eliminate use of MANPREFIX in unmaintained ports
following up from 003a571d1d

It is now time to get rid of MANPREFIX and move everything to share/man
2024-01-05 17:12:50 +01:00

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>