Date: Fri, 23 Feb 2024 12:52:22 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: 9ee7e4732a5c - main - devel/libdnsres: Moved man to share/man Message-ID: <202402231252.41NCqM8W001184@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=9ee7e4732a5c1c38ecef76d1b021d57eb375148e commit 9ee7e4732a5c1c38ecef76d1b021d57eb375148e Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-23 12:47:29 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-23 12:51:54 +0000 devel/libdnsres: Moved man to share/man Approved by: portmgr (blanket) --- devel/libdnsres/Makefile | 3 ++- devel/libdnsres/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/libdnsres/Makefile b/devel/libdnsres/Makefile index 734f7b29f83f..1df946c74707 100644 --- a/devel/libdnsres/Makefile +++ b/devel/libdnsres/Makefile @@ -1,6 +1,6 @@ PORTNAME= libdnsres PORTVERSION= 0.1a -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= devel MASTER_SITES= http://monkey.org/~provos/ @@ -15,6 +15,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a:devel/libevent USES= libtool GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USE_LDCONFIG= yes CONFIGURE_ARGS= --with-libevent=${LOCALBASE} MAKE_JOBS_UNSAFE= yes diff --git a/devel/libdnsres/pkg-plist b/devel/libdnsres/pkg-plist index 84511cdc11df..b8c459444b4a 100644 --- a/devel/libdnsres/pkg-plist +++ b/devel/libdnsres/pkg-plist @@ -3,4 +3,4 @@ lib/libdnsres.a lib/libdnsres.so lib/libdnsres.so.0 lib/libdnsres.so.0.0.1 -man/man3/dnsres.3.gz +share/man/man3/dnsres.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402231252.41NCqM8W001184>