aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2024-03-17 13:51:31 +0000
committerGleb Popov <arrowd@FreeBSD.org>2024-03-17 13:51:56 +0000
commit683aa545897323d6a143108217132798de5f1bb9 (patch)
treebba37f4af4bb0ad3626a086d22db8d7d3fa64ea7
parentbd7df7f3e485f63a811e38633b7eb3e8ffc9eb86 (diff)
downloadports-683aa545897323d6a143108217132798de5f1bb9.tar.gz
ports-683aa545897323d6a143108217132798de5f1bb9.zip
security/pam_*: Move manpages to share/man
Approved by: portmgr (blanket)
-rw-r--r--security/pam_google_authenticator/Makefile2
-rw-r--r--security/pam_google_authenticator/pkg-plist4
-rw-r--r--security/pam_krb5-rh/Makefile2
-rw-r--r--security/pam_krb5-rh/pkg-plist6
-rw-r--r--security/pam_u2f/Makefile6
5 files changed, 13 insertions, 7 deletions
diff --git a/security/pam_google_authenticator/Makefile b/security/pam_google_authenticator/Makefile
index fd29fe9d6328..f401b7694629 100644
--- a/security/pam_google_authenticator/Makefile
+++ b/security/pam_google_authenticator/Makefile
@@ -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
diff --git a/security/pam_google_authenticator/pkg-plist b/security/pam_google_authenticator/pkg-plist
index ecc29c60dba5..795aaab5f0ba 100644
--- a/security/pam_google_authenticator/pkg-plist
+++ b/security/pam_google_authenticator/pkg-plist
@@ -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
diff --git a/security/pam_krb5-rh/Makefile b/security/pam_krb5-rh/Makefile
index 2254a9fe8258..5fb0a158b975 100644
--- a/security/pam_krb5-rh/Makefile
+++ b/security/pam_krb5-rh/Makefile
@@ -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
diff --git a/security/pam_krb5-rh/pkg-plist b/security/pam_krb5-rh/pkg-plist
index 2b6f0bc3a62f..acc18b132ed7 100644
--- a/security/pam_krb5-rh/pkg-plist
+++ b/security/pam_krb5-rh/pkg-plist
@@ -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
diff --git a/security/pam_u2f/Makefile b/security/pam_u2f/Makefile
index d69531e1f832..e5deb3e195fa 100644
--- a/security/pam_u2f/Makefile
+++ b/security/pam_u2f/Makefile
@@ -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>