git: e31f7327a522 - main - devel/cvschk: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 05 Mar 2024 14:51:38 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e31f7327a5225f3a6f01202dc5cd3c2b7ee453bd
commit e31f7327a5225f3a6f01202dc5cd3c2b7ee453bd
Author: Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-05 14:23:59 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-05 14:51:14 +0000
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 b5d6521309bc..1e6a3f8b1f1f 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 <bsd.port.mk>