Date: Fri, 23 Feb 2024 10:02:09 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e10bce25104a - main - devel/cvs-devel: Moved man to share/man Message-ID: <202402231002.41NA29tP010148@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=e10bce25104adc53c68ccf722677691b82ff03b6 commit e10bce25104adc53c68ccf722677691b82ff03b6 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-23 09:18:08 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-23 10:01:33 +0000 devel/cvs-devel: Moved man to share/man Approved by: portmgr (blanket) --- devel/cvs-devel/Makefile | 3 ++- devel/cvs-devel/pkg-plist | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/devel/cvs-devel/Makefile b/devel/cvs-devel/Makefile index 16eeeba9f7bf..36a04fc72eb6 100644 --- a/devel/cvs-devel/Makefile +++ b/devel/cvs-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME= cvs PORTVERSION= 1.12.13 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= devel MASTER_SITES= GNU/non-gnu/${PORTNAME}/source/feature/${PORTVERSION} PKGNAMESUFFIX= -devel @@ -14,6 +14,7 @@ CONFLICTS= cvs cvs+ipv6 USES= cpe makeinfo perl5 tar:bzip2 CPE_VENDOR= gnu GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --enable-ipv6 --without-gssapi \ --with-editor="vi" \ --with-tmpdir="/tmp" diff --git a/devel/cvs-devel/pkg-plist b/devel/cvs-devel/pkg-plist index 5956c8bbe435..4fddce20755c 100644 --- a/devel/cvs-devel/pkg-plist +++ b/devel/cvs-devel/pkg-plist @@ -1,9 +1,9 @@ bin/cvs bin/cvsbug bin/rcs2log -man/man1/cvs.1.gz -man/man5/cvs.5.gz -man/man8/cvsbug.8.gz +share/man/man1/cvs.1.gz +share/man/man5/cvs.5.gz +share/man/man8/cvsbug.8.gz share/cvs/contrib/README share/cvs/contrib/clmerge share/cvs/contrib/cln_hist
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402231002.41NA29tP010148>