Skip to content

Commit

Permalink
sysutils/google-compute-engine-oslogin: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
Christian Weisgerber authored and Christian Weisgerber committed Mar 14, 2024
1 parent be83f03 commit 1d80a3e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions sysutils/google-compute-engine-oslogin/pkg-plist
Expand Up @@ -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

0 comments on commit 1d80a3e

Please sign in to comment.