Date: Tue, 23 Jan 2024 13:47:49 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: 7238a848cc8a - main - converters/libiconv: Impelled to share/man Message-ID: <202401231347.40NDlnff065967@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=7238a848cc8a72504c8e35241f09cbe0ec4fb610 commit 7238a848cc8a72504c8e35241f09cbe0ec4fb610 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-23 11:06:24 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-23 13:47:38 +0000 converters/libiconv: Impelled to share/man Approved by: portmgr (blanket) --- converters/libiconv/Makefile | 2 ++ converters/libiconv/pkg-plist | 12 ++++++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile index f4ee41fdc6ef..f3941134eafc 100644 --- a/converters/libiconv/Makefile +++ b/converters/libiconv/Makefile @@ -1,5 +1,6 @@ PORTNAME= libiconv PORTVERSION= 1.17 +PORTREVISION= 1 CATEGORIES= converters devel MASTER_SITES= GNU @@ -15,6 +16,7 @@ USE_CSTD= gnu89 USE_LDCONFIG= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --enable-static \ --disable-nls \ --docdir=${DOCSDIR} \ diff --git a/converters/libiconv/pkg-plist b/converters/libiconv/pkg-plist index ef1e79084933..5ba582d734c4 100644 --- a/converters/libiconv/pkg-plist +++ b/converters/libiconv/pkg-plist @@ -10,12 +10,12 @@ lib/libiconv.a lib/libiconv.so lib/libiconv.so.2 lib/libiconv.so.2.6.1 -man/man1/iconv.1.gz -man/man3/iconv.3.gz -man/man3/iconv_open.3.gz -man/man3/iconv_open_into.3.gz -man/man3/iconv_close.3.gz -man/man3/iconvctl.3.gz +share/man/man1/iconv.1.gz +share/man/man3/iconv.3.gz +share/man/man3/iconv_open.3.gz +share/man/man3/iconv_open_into.3.gz +share/man/man3/iconv_close.3.gz +share/man/man3/iconvctl.3.gz %%PORTDOCS%%%%DOCSDIR%%/iconv.1.html %%PORTDOCS%%%%DOCSDIR%%/iconv.3.html %%PORTDOCS%%%%DOCSDIR%%/iconv_close.3.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401231347.40NDlnff065967>