security/pam_*: Move manpages to share/man

Approved by:	portmgr (blanket)
2024Q2
Gleb Popov 2024-03-17 16:51:31 +03:00
parent bd7df7f3e4
commit 683aa54589
5 changed files with 13 additions and 7 deletions

View File

@ -1,5 +1,6 @@
PORTNAME= pam_google_authenticator
PORTVERSION= 1.09
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= security
@ -12,6 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USES= autoreconf gmake libtool
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
USE_GITHUB= yes
GH_ACCOUNT= google

View File

@ -1,7 +1,7 @@
bin/google-authenticator
lib/pam_google_authenticator.so
man/man1/google-authenticator.1.gz
man/man8/pam_google_authenticator.8.gz
share/doc/google-authenticator/FILEFORMAT
share/doc/google-authenticator/README.md
share/doc/google-authenticator/totp.html
share/man/man1/google-authenticator.1.gz
share/man/man8/pam_google_authenticator.8.gz

View File

@ -1,5 +1,6 @@
PORTNAME= pam_krb5
DISTVERSION= 2.4.13
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= https://releases.pagure.org/${PORTNAME}/ \
ZI
@ -16,6 +17,7 @@ CONFLICTS= pam_krb5-4.*
USES= iconv libtool ssl
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --without-afs --without-keyutils --without-krb4
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib

View File

@ -1,8 +1,5 @@
lib/pam_krb5/pam_krb5_cchelper
lib/pam_krb5.so
man/man5/pam_krb5.5.gz
man/man8/pam_krb5.8.gz
man/man8/pam_krb5_cchelper.8.gz
%%NLS%%share/locale/as/LC_MESSAGES/pam_krb5.mo
%%NLS%%share/locale/bg/LC_MESSAGES/pam_krb5.mo
%%NLS%%share/locale/bn/LC_MESSAGES/pam_krb5.mo
@ -47,3 +44,6 @@ man/man8/pam_krb5_cchelper.8.gz
%%NLS%%share/locale/uk/LC_MESSAGES/pam_krb5.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/pam_krb5.mo
%%NLS%%share/locale/zh_TW/LC_MESSAGES/pam_krb5.mo
share/man/man5/pam_krb5.5.gz
share/man/man8/pam_krb5.8.gz
share/man/man8/pam_krb5_cchelper.8.gz

View File

@ -1,6 +1,7 @@
PORTNAME= pam_u2f
DISTVERSIONPREFIX=${PORTNAME}-
DISTVERSION= 1.3.0
PORTREVISION= 1
CATEGORIES= security
MAINTAINER= romain@FreeBSD.org
@ -18,11 +19,12 @@ USE_GITHUB= yes
GH_ACCOUNT= Yubico
GH_PROJECT= pam-u2f
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --with-pam-dir=${PREFIX}/lib
PLIST_FILES= bin/pamu2fcfg \
lib/pam_u2f.so \
man/man1/pamu2fcfg.1.gz \
man/man8/pam_u2f.8.gz
share/man/man1/pamu2fcfg.1.gz \
share/man/man8/pam_u2f.8.gz
.include <bsd.port.mk>