From e31f7327a5225f3a6f01202dc5cd3c2b7ee453bd Mon Sep 17 00:00:00 2001 From: Nuno Teixeira Date: Tue, 5 Mar 2024 14:23:59 +0000 Subject: [PATCH] devel/cvschk: Move man pages to share/man Approved by: portmgr (blanket) --- devel/cvschk/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/cvschk/Makefile b/devel/cvschk/Makefile index b5d6521309bc3..1e6a3f8b1f1f0 100644 --- a/devel/cvschk/Makefile +++ b/devel/cvschk/Makefile @@ -1,5 +1,6 @@ PORTNAME= cvschk PORTVERSION= 1.12 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= LOCAL/mandree/ \ # http://cvs.sslug.dk/cvs2html/utils/ @@ -18,7 +19,7 @@ USE_PERL5= run NO_BUILD= yes NO_WRKSUBDIR= yes -PLIST_FILES= bin/cvschk man/man1/cvschk.1.gz +PLIST_FILES= bin/cvschk share/man/man1/cvschk.1.gz do-configure: ${SED} -e "s,^#!/usr/bin/perl -w,#! ${PERL} -w," \ @@ -26,6 +27,6 @@ do-configure: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${FILESDIR}/cvschk.1 ${STAGEDIR}${PREFIX}/man/man1 + ${INSTALL_MAN} ${FILESDIR}/cvschk.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include