Date: Fri, 23 Feb 2024 13:55:38 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: f355e081f019 - main - devel/libuninum: Moved man to share/man Message-ID: <202402231355.41NDtc7V004716@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=f355e081f0192811cb90cebbbfe35485b863513d commit f355e081f0192811cb90cebbbfe35485b863513d Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-23 13:04:23 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-23 13:55:14 +0000 devel/libuninum: Moved man to share/man Approved by: portmgr (blanket) --- devel/libuninum/Makefile | 3 ++- devel/libuninum/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/libuninum/Makefile b/devel/libuninum/Makefile index 0e1c021463a6..a178e6cbd210 100644 --- a/devel/libuninum/Makefile +++ b/devel/libuninum/Makefile @@ -1,6 +1,6 @@ PORTNAME= libuninum PORTVERSION= 2.7 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MASTER_SITES= http://billposer.org/Software/Downloads/ @@ -12,6 +12,7 @@ LIB_DEPENDS= libgmp.so:math/gmp USES= libtool localbase tar:bz2 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USE_LDCONFIG= yes INSTALL_TARGET= install-strip diff --git a/devel/libuninum/pkg-plist b/devel/libuninum/pkg-plist index 815ed08fa8cc..11c05ae4476f 100644 --- a/devel/libuninum/pkg-plist +++ b/devel/libuninum/pkg-plist @@ -7,4 +7,4 @@ lib/libuninum.a lib/libuninum.so lib/libuninum.so.5 lib/libuninum.so.5.3.0 -man/man1/numconv.1.gz +share/man/man1/numconv.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402231355.41NDtc7V004716>