Date: Fri, 23 Feb 2024 10:02:01 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: 82731b669a8d - main - devel/cmph: Moved man to share/man Message-ID: <202402231002.41NA21SB009816@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=82731b669a8ddf88450a10d51095898654b7333b commit 82731b669a8ddf88450a10d51095898654b7333b Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-23 09:06:57 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-23 10:01:28 +0000 devel/cmph: Moved man to share/man Approved by: portmgr (blanket) --- devel/cmph/Makefile | 3 ++- devel/cmph/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/cmph/Makefile b/devel/cmph/Makefile index a5d684a4a45d..685ac5969735 100644 --- a/devel/cmph/Makefile +++ b/devel/cmph/Makefile @@ -1,6 +1,6 @@ PORTNAME= cmph PORTVERSION= 2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME} @@ -9,6 +9,7 @@ COMMENT= Minimal perfect hashes for C WWW= https://cmph.sourceforge.net/ GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USES= libtool pathfix USE_LDCONFIG= yes diff --git a/devel/cmph/pkg-plist b/devel/cmph/pkg-plist index a2552a15d089..95870f573118 100644 --- a/devel/cmph/pkg-plist +++ b/devel/cmph/pkg-plist @@ -8,4 +8,4 @@ lib/libcmph.so lib/libcmph.so.0 lib/libcmph.so.0.0.0 libdata/pkgconfig/cmph.pc -man/man1/cmph.1.gz +share/man/man1/cmph.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402231002.41NA21SB009816>