Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Mar 2024 05:37:45 GMT
From:      Yasuhiro Kimura <yasu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b0d3d5414da5 - main - devel/{cvs,cvs+ipv6}: Move man pages to share/man
Message-ID:  <202403160537.42G5bjeh083293@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yasu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b0d3d5414da525ef130a7646a69ae88cbfd400f2

commit b0d3d5414da525ef130a7646a69ae88cbfd400f2
Author:     Yasuhiro Kimura <yasu@FreeBSD.org>
AuthorDate: 2024-03-16 05:33:22 +0000
Commit:     Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2024-03-16 05:37:24 +0000

    devel/{cvs,cvs+ipv6}: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 devel/cvs+ipv6/Makefile | 2 +-
 devel/cvs/Makefile      | 3 ++-
 devel/cvs/pkg-plist     | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/devel/cvs+ipv6/Makefile b/devel/cvs+ipv6/Makefile
index 186018f7db38..457b93628719 100644
--- a/devel/cvs+ipv6/Makefile
+++ b/devel/cvs+ipv6/Makefile
@@ -1,4 +1,4 @@
-PORTREVISION=	3
+PORTREVISION=	4
 PKGNAMESUFFIX=	+ipv6
 
 MAINTAINER=	ports@FreeBSD.org
diff --git a/devel/cvs/Makefile b/devel/cvs/Makefile
index fac27528a6b9..30c4715616e0 100644
--- a/devel/cvs/Makefile
+++ b/devel/cvs/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	cvs
 PORTVERSION=	1.20120905
-PORTREVISION?=	7
+PORTREVISION?=	8
 CATEGORIES=	devel
 MASTER_SITES=	LOCAL/eadler
 
@@ -39,6 +39,7 @@ DESTDIRNAME=	NADA
 MAKE_ARGS=	DESTDIR=${STAGEDIR}${PREFIX}
 # XXX static PIE libraries not yet supported by the base system
 MAKE_ARGS+=	WITHOUT_PIE=true
+MAKE_ARGS+=	MANDIR=/share/man/man
 
 .include <bsd.port.options.mk>
 
diff --git a/devel/cvs/pkg-plist b/devel/cvs/pkg-plist
index 588ea6c156f2..042f0fa5d543 100644
--- a/devel/cvs/pkg-plist
+++ b/devel/cvs/pkg-plist
@@ -1,7 +1,7 @@
 bin/cvs
 bin/cvsbug
-man/man1/cvs.1.gz
-man/man8/cvsbug.8.gz
+share/man/man1/cvs.1.gz
+share/man/man8/cvsbug.8.gz
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/contrib/README
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/contrib/clmerge
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/contrib/cln_hist



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403160537.42G5bjeh083293>