Date: Mon, 18 Mar 2024 10:25:53 GMT From: Christian Weisgerber <naddy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 996f71866b9a - main - devel/libdombey: Move man pages to share/man Message-ID: <202403181025.42IAPrVX042378@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by naddy: URL: https://cgit.FreeBSD.org/ports/commit/?id=996f71866b9ab9693b3d6e9272d9118d0a21ba8e commit 996f71866b9ab9693b3d6e9272d9118d0a21ba8e Author: Christian Weisgerber <naddy@FreeBSD.org> AuthorDate: 2024-03-18 09:42:41 +0000 Commit: Christian Weisgerber <naddy@FreeBSD.org> CommitDate: 2024-03-18 10:25:39 +0000 devel/libdombey: Move man pages to share/man Approved by: portmgr (blanket) --- devel/libdombey/Makefile | 2 ++ devel/libdombey/pkg-plist | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/devel/libdombey/Makefile b/devel/libdombey/Makefile index 124e301f2eed..2e1890078577 100644 --- a/devel/libdombey/Makefile +++ b/devel/libdombey/Makefile @@ -1,5 +1,6 @@ PORTNAME= libdombey PORTVERSION= 5.56 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.mammothcheese.ca/ @@ -15,6 +16,7 @@ USE_LDCONFIG= yes CFLAGS+= -I${OPENSSLINC} DESTDIRNAME= STAGEDIR +MAKE_ARGS= MANDIR="${STAGEDIR}${PREFIX}/share/man/man3/" PLIST_SUB= PORTVERSION=${PORTVERSION} diff --git a/devel/libdombey/pkg-plist b/devel/libdombey/pkg-plist index 8ac6b8605c15..9ed964bc0b34 100644 --- a/devel/libdombey/pkg-plist +++ b/devel/libdombey/pkg-plist @@ -6,5 +6,5 @@ lib/libdombeythreads.so lib/libdombeythreads.so.%%PORTVERSION%% lib/libdombeyevents.so lib/libdombeyevents.so.%%PORTVERSION%% -man/man3/libdombey.3.gz -man/man3/libdombeyevents.3.gz +share/man/man3/libdombey.3.gz +share/man/man3/libdombeyevents.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403181025.42IAPrVX042378>