aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Teixeira <eduardo@FreeBSD.org>2024-03-05 14:23:59 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2024-03-05 14:51:14 +0000
commite31f7327a5225f3a6f01202dc5cd3c2b7ee453bd (patch)
tree5e939afabecd63e09057260aacbab0afd9d2416b
parent436a9ac25fd80b6a173a6d2bef6f28167eb32efc (diff)
downloadports-e31f7327a5225f3a6f01202dc5cd3c2b7ee453bd.tar.gz
ports-e31f7327a5225f3a6f01202dc5cd3c2b7ee453bd.zip
devel/cvschk: Move man pages to share/man
Approved by: portmgr (blanket)
-rw-r--r--devel/cvschk/Makefile5
1 files 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>