Date: Sun, 28 Jan 2024 18:33:43 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: 8d4f7bea82d9 - main - www/libmicrohttpd: Moved man to share/man Message-ID: <202401281833.40SIXhbe079175@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=8d4f7bea82d9ae2d39e7eeb8bad7b3d9de15936e commit 8d4f7bea82d9ae2d39e7eeb8bad7b3d9de15936e Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-28 18:12:54 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-28 18:33:14 +0000 www/libmicrohttpd: Moved man to share/man Approved by: portmgr (blanket) --- www/libmicrohttpd/Makefile | 2 ++ www/libmicrohttpd/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/www/libmicrohttpd/Makefile b/www/libmicrohttpd/Makefile index 4d57ac391e87..4b70b3bcfec9 100644 --- a/www/libmicrohttpd/Makefile +++ b/www/libmicrohttpd/Makefile @@ -1,5 +1,6 @@ PORTNAME= libmicrohttpd DISTVERSION= 0.9.77 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= GNU @@ -15,6 +16,7 @@ USE_LDCONFIG= yes CPE_VENDOR= gnu GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share INSTALL_TARGET= install-strip TEST_TARGET= check diff --git a/www/libmicrohttpd/pkg-plist b/www/libmicrohttpd/pkg-plist index ae068314d632..97a2da775b48 100644 --- a/www/libmicrohttpd/pkg-plist +++ b/www/libmicrohttpd/pkg-plist @@ -4,5 +4,5 @@ lib/libmicrohttpd.so lib/libmicrohttpd.so.12 lib/libmicrohttpd.so.12.61.0 libdata/pkgconfig/libmicrohttpd.pc -man/man3/libmicrohttpd.3.gz +share/man/man3/libmicrohttpd.3.gz share/info/libmicrohttpd_performance_data.png
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401281833.40SIXhbe079175>