Date: Fri, 22 Mar 2024 22:05:50 GMT From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 26d6e4a87aef - main - textproc/libfyaml: Move man pages to share/man Message-ID: <202403222205.42MM5o4t070724@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=26d6e4a87aeff11173ce061d85f94ff6a57ecc98 commit 26d6e4a87aeff11173ce061d85f94ff6a57ecc98 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-22 21:44:07 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-22 22:05:27 +0000 textproc/libfyaml: Move man pages to share/man Approved by: portmgr (blanket) --- textproc/libfyaml/Makefile | 2 ++ textproc/libfyaml/pkg-plist | 14 +++++++------- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/textproc/libfyaml/Makefile b/textproc/libfyaml/Makefile index b19363789173..ff9eedfaa47f 100644 --- a/textproc/libfyaml/Makefile +++ b/textproc/libfyaml/Makefile @@ -1,5 +1,6 @@ PORTNAME= libfyaml DISTVERSION= 0.9 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= https://github.com/pantoniou/libfyaml/releases/download/v${DISTVERSION}/ @@ -19,6 +20,7 @@ USE_LDCONFIG= yes SHEBANG_FILES= test/testemitter.test GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share INSTALL_TARGET= install-strip diff --git a/textproc/libfyaml/pkg-plist b/textproc/libfyaml/pkg-plist index de314fc14575..8038e8c5a9d0 100644 --- a/textproc/libfyaml/pkg-plist +++ b/textproc/libfyaml/pkg-plist @@ -11,10 +11,10 @@ lib/libfyaml.so lib/libfyaml.so.0 lib/libfyaml.so.0.0.0 libdata/pkgconfig/libfyaml.pc -man/man1/fy-compose.1.gz -man/man1/fy-dump.1.gz -man/man1/fy-filter.1.gz -man/man1/fy-join.1.gz -man/man1/fy-testsuite.1.gz -man/man1/fy-tool.1.gz -man/man1/fy-ypath.1.gz +share/man/man1/fy-compose.1.gz +share/man/man1/fy-dump.1.gz +share/man/man1/fy-filter.1.gz +share/man/man1/fy-join.1.gz +share/man/man1/fy-testsuite.1.gz +share/man/man1/fy-tool.1.gz +share/man/man1/fy-ypath.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403222205.42MM5o4t070724>