Date: Sun, 24 Mar 2024 10:51:10 GMT From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: cea660f6e16b - main - net/nss-pam-ldapd: Move man pages to share/man Message-ID: <202403241051.42OApAC1026477@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=cea660f6e16ba04bef273ec8763d411ba91ddfaa commit cea660f6e16ba04bef273ec8763d411ba91ddfaa Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-24 10:02:09 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-24 10:50:39 +0000 net/nss-pam-ldapd: Move man pages to share/man Approved by: portmgr (blanket) --- net/nss-pam-ldapd/Makefile | 3 ++- net/nss-pam-ldapd/pkg-plist | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/net/nss-pam-ldapd/Makefile b/net/nss-pam-ldapd/Makefile index cbd58ca8a2c9..04eec308d426 100644 --- a/net/nss-pam-ldapd/Makefile +++ b/net/nss-pam-ldapd/Makefile @@ -1,6 +1,6 @@ PORTNAME= nss-pam-ldapd PORTVERSION= 0.9.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://arthurdejong.org/nss-pam-ldapd/ \ ZI @@ -16,6 +16,7 @@ USES= cpe ldap CPE_VENDOR= arthurdejong GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share USE_RC_SUBR= nslcd PAM_LDAP_SHMAJOR= 1 NSS_LDAP_SHMAJOR= 1 diff --git a/net/nss-pam-ldapd/pkg-plist b/net/nss-pam-ldapd/pkg-plist index 8e6435bfcad6..ff25bb89c21c 100644 --- a/net/nss-pam-ldapd/pkg-plist +++ b/net/nss-pam-ldapd/pkg-plist @@ -3,7 +3,7 @@ %%NSS%%lib/nss_ldap.so.%%NSS_LDAP_SHMAJOR%% %%PAM%%lib/pam_ldap.so %%PAM%%lib/pam_ldap.so.%%PAM_LDAP_SHMAJOR%% -%%NSLCD%%man/man5/nslcd.conf.5.gz -%%NSLCD%%man/man8/nslcd.8.gz -%%PAM%%man/man8/pam_ldap.8.gz %%NSLCD%%sbin/nslcd +%%NSLCD%%share/man/man5/nslcd.conf.5.gz +%%NSLCD%%share/man/man8/nslcd.8.gz +%%PAM%%share/man/man8/pam_ldap.8.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403241051.42OApAC1026477>