Date: Tue, 23 Jan 2024 14:51:33 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: 65ba958ffd3c - main - devel/readline: Impelled to share/man Message-ID: <202401231451.40NEpXVK079109@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=65ba958ffd3c10e4996e7e002160333c03a9a22f commit 65ba958ffd3c10e4996e7e002160333c03a9a22f Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-23 14:07:03 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-23 14:51:22 +0000 devel/readline: Impelled to share/man Approved by: portmgr (blanket) --- devel/readline/Makefile | 2 ++ devel/readline/pkg-plist | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/devel/readline/Makefile b/devel/readline/Makefile index abcbe9e51205..3c2655ef9a7f 100644 --- a/devel/readline/Makefile +++ b/devel/readline/Makefile @@ -1,5 +1,6 @@ PORTNAME= readline PORTVERSION= 8.2.${PATCHLEVEL} +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= GNU DISTNAME= readline-${PORTVERSION:R} @@ -16,6 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= cpe GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USE_LDCONFIG= yes INFO= history readline rluserman diff --git a/devel/readline/pkg-plist b/devel/readline/pkg-plist index fba2c5994f35..75a5579b3aed 100644 --- a/devel/readline/pkg-plist +++ b/devel/readline/pkg-plist @@ -16,8 +16,8 @@ lib/libreadline.so.8 lib/libreadline.so.%%PORTVERSION%% libdata/pkgconfig/history.pc libdata/pkgconfig/readline.pc -man/man3/history.3.gz -man/man3/readline.3.gz +share/man/man3/history.3.gz +share/man/man3/readline.3.gz %%DATADIR%%/excallback.c %%DATADIR%%/fileman.c %%DATADIR%%/histexamp.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401231451.40NEpXVK079109>