Date: Sun, 28 Jan 2024 18:33:41 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: e9b06696a3b0 - main - net/liboauth: Moved man to share/man Message-ID: <202401281833.40SIXfUl079085@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=e9b06696a3b0fc97ddf7ed06fd0284be6a178fb0 commit e9b06696a3b0fc97ddf7ed06fd0284be6a178fb0 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-28 18:06:04 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-28 18:33:13 +0000 net/liboauth: Moved man to share/man Approved by: portmgr (blanket) --- net/liboauth/Makefile | 3 ++- net/liboauth/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/net/liboauth/Makefile b/net/liboauth/Makefile index edd3f51671b2..a3a488df433e 100644 --- a/net/liboauth/Makefile +++ b/net/liboauth/Makefile @@ -1,6 +1,6 @@ PORTNAME= liboauth PORTVERSION= 1.0.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MASTER_SITES= SF/${PORTNAME} @@ -17,6 +17,7 @@ USES= libtool pkgconfig ssl USE_LDCONFIG= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig" INSTALL_TARGET= install-strip diff --git a/net/liboauth/pkg-plist b/net/liboauth/pkg-plist index 12f0e8fbdc05..fef234781c11 100644 --- a/net/liboauth/pkg-plist +++ b/net/liboauth/pkg-plist @@ -4,4 +4,4 @@ lib/liboauth.so.0 lib/liboauth.so lib/liboauth.a libdata/pkgconfig/oauth.pc -man/man3/oauth.3.gz +share/man/man3/oauth.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401281833.40SIXfUl079085>