Date: Tue, 5 Mar 2024 23:39:51 GMT From: Vladimir Druzenko <vvd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: db1b5d3c1f42 - main - devel/liblouis: Move man pages to share/man Message-ID: <202403052339.425NdpqT015883@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=db1b5d3c1f429e833ae8c1f7b7e7ef13f2e602a4 commit db1b5d3c1f429e833ae8c1f7b7e7ef13f2e602a4 Author: Vladimir Druzenko <vvd@FreeBSD.org> AuthorDate: 2024-03-05 21:43:42 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-03-05 23:35:46 +0000 devel/liblouis: Move man pages to share/man Approved by: portmgr (blanket) --- devel/liblouis/Makefile | 2 ++ devel/liblouis/pkg-plist | 16 ++++++++-------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/devel/liblouis/Makefile b/devel/liblouis/Makefile index 0a802d115ebc..d8c3afc758b0 100644 --- a/devel/liblouis/Makefile +++ b/devel/liblouis/Makefile @@ -1,5 +1,6 @@ PORTNAME= liblouis PORTVERSION= 3.28.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= devel @@ -15,6 +16,7 @@ USES= autoreconf cpe gmake libtool pathfix shebangfix SHEBANG_FILES= tools/lou_maketable.d/substrings.pl USE_GITHUB= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share USE_LDCONFIG= yes INSTALL_TARGET= install-strip MAKE_JOBS_UNSAFE= yes diff --git a/devel/liblouis/pkg-plist b/devel/liblouis/pkg-plist index 7ed325f1bc6b..59e6da3f7c50 100644 --- a/devel/liblouis/pkg-plist +++ b/devel/liblouis/pkg-plist @@ -443,11 +443,11 @@ lib/liblouis.a lib/liblouis.so lib/liblouis.so.20 lib/liblouis.so.20.0.16 -man/man1/lou_allround.1.gz -man/man1/lou_checkhyphens.1.gz -man/man1/lou_checktable.1.gz -man/man1/lou_checkyaml.1.gz -man/man1/lou_debug.1.gz -man/man1/lou_tableinfo.1.gz -man/man1/lou_trace.1.gz -man/man1/lou_translate.1.gz +share/man/man1/lou_allround.1.gz +share/man/man1/lou_checkhyphens.1.gz +share/man/man1/lou_checktable.1.gz +share/man/man1/lou_checkyaml.1.gz +share/man/man1/lou_debug.1.gz +share/man/man1/lou_tableinfo.1.gz +share/man/man1/lou_trace.1.gz +share/man/man1/lou_translate.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403052339.425NdpqT015883>