1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/sysutils/rex/Makefile
Baptiste Daroussin 7074d7f6ae MANPREFIX: eliminate usage of MANPREFIX
While here move some manpages to share/man
2024-01-11 14:59:36 +01:00

25 lines
535 B
Makefile

PORTNAME= rex
PORTVERSION= 4.1
PORTREVISION= 1
CATEGORIES= sysutils tcl
MASTER_SITES= http://download.gnu.org.ua/pub/release/${PORTNAME}/
MAINTAINER= zeus@gnu.org.ua
COMMENT= Remote EXecution utility
WWW= https://puszcza.gnu.org.ua/projects/rex
LICENSE= GPLv3+
RUN_DEPENDS= expect:lang/expect
NO_BUILD= yes
PLIST_FILES= bin/rex share/man/man8/rex.8.gz
do-install:
cd ${WRKSRC} && ${WRKSRC}/install --prefix=${STAGEDIR}${PREFIX} \
--sysconfdir=${PREFIX}/etc \
--mandir=${STAGEDIR}${PREFIX}/share/man
.include <bsd.port.mk>