git: e9b06696a3b0 - main - net/liboauth: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 28 Jan 2024 18:33:41 UTC
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