Date: Tue, 30 Jan 2024 22:36:08 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: 5621aa5b9e08 - main - textproc/exempi: Moved man to share/man Message-ID: <202401302236.40UMa8uJ043732@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=5621aa5b9e080d0d96602328d619abd645e85abe commit 5621aa5b9e080d0d96602328d619abd645e85abe Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-30 21:51:57 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-30 22:35:28 +0000 textproc/exempi: Moved man to share/man --- textproc/exempi/Makefile | 2 ++ textproc/exempi/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/textproc/exempi/Makefile b/textproc/exempi/Makefile index cd0d7840d59a..f764c1a147d7 100644 --- a/textproc/exempi/Makefile +++ b/textproc/exempi/Makefile @@ -1,5 +1,6 @@ PORTNAME= exempi DISTVERSION= 2.6.3 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://libopenraw.freedesktop.org/download/ @@ -18,6 +19,7 @@ CPE_VENDOR= ${PORTNAME}_project USE_LDCONFIG= yes INSTALL_TARGET= install-strip GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USE_CXXSTD= c++11 post-patch: diff --git a/textproc/exempi/pkg-plist b/textproc/exempi/pkg-plist index a60ddd8d4ea5..59329ebb6e5f 100644 --- a/textproc/exempi/pkg-plist +++ b/textproc/exempi/pkg-plist @@ -8,4 +8,4 @@ lib/libexempi.so lib/libexempi.so.8 lib/libexempi.so.8.1.3 libdata/pkgconfig/exempi-2.0.pc -man/man1/exempi.1.gz +share/man/man1/exempi.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401302236.40UMa8uJ043732>