git: 1d80a3ee6114 - main - sysutils/google-compute-engine-oslogin: Move man pages to share/man

From: Christian Weisgerber <naddy_at_FreeBSD.org>
Date: Thu, 14 Mar 2024 14:20:22 UTC
The branch main has been updated by naddy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1d80a3ee6114819d14718a856a1beb54df1ec416

commit 1d80a3ee6114819d14718a856a1beb54df1ec416
Author:     Christian Weisgerber <naddy@FreeBSD.org>
AuthorDate: 2024-03-14 14:09:58 +0000
Commit:     Christian Weisgerber <naddy@FreeBSD.org>
CommitDate: 2024-03-14 14:20:14 +0000

    sysutils/google-compute-engine-oslogin: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 sysutils/google-compute-engine-oslogin/Makefile  | 4 ++--
 sysutils/google-compute-engine-oslogin/pkg-plist | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/sysutils/google-compute-engine-oslogin/Makefile b/sysutils/google-compute-engine-oslogin/Makefile
index 1130d832a37f..7bed8e3a60db 100644
--- a/sysutils/google-compute-engine-oslogin/Makefile
+++ b/sysutils/google-compute-engine-oslogin/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	google-compute-engine-oslogin
 DISTVERSION=	20191018.00
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 
 MAINTAINER=	ports@FreeBSD.org
@@ -30,7 +30,7 @@ MAKE_ARGS=	CPPFLAGS="-Iinclude -I${LOCALBASE}/include/json-c -I${LOCALBASE}/incl
 		PREFIX=${PREFIX} \
 		LIBDIR=${PREFIX}/lib \
 		PAMDIR=${PREFIX}/lib \
-		MANDIR=${PREFIX}/man
+		MANDIR=${PREFIX}/share/man
 
 post-install:
 	${LN} -sf libnss_oslogin-${DISTVERSION}.so ${STAGEDIR}${PREFIX}/lib/nss_oslogin.so.1
diff --git a/sysutils/google-compute-engine-oslogin/pkg-plist b/sysutils/google-compute-engine-oslogin/pkg-plist
index 9d8704cf0d76..47ec0090a133 100644
--- a/sysutils/google-compute-engine-oslogin/pkg-plist
+++ b/sysutils/google-compute-engine-oslogin/pkg-plist
@@ -9,7 +9,7 @@ lib/nss_cache_oslogin.so.1
 lib/nss_oslogin.so.1
 lib/pam_oslogin_admin.so
 lib/pam_oslogin_login.so
-man/man8/libnss_cache_oslogin.so.2.8.gz
-man/man8/libnss_oslogin.so.2.8.gz
-man/man8/nss-cache-oslogin.8.gz
-man/man8/nss-oslogin.8.gz
+share/man/man8/libnss_cache_oslogin.so.2.8.gz
+share/man/man8/libnss_oslogin.so.2.8.gz
+share/man/man8/nss-cache-oslogin.8.gz
+share/man/man8/nss-oslogin.8.gz