git: 5499e18a55ee - main - security/pam_jail: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 13:20:14 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=5499e18a55ee963b0486a25717df9466e11227df commit 5499e18a55ee963b0486a25717df9466e11227df Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 13:12:52 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 13:19:50 +0000 security/pam_jail: Moved man to share/man Approved by: portmgr (blanket) --- security/pam_jail/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/security/pam_jail/Makefile b/security/pam_jail/Makefile index 6775bad9f982..7d91a787b5f4 100644 --- a/security/pam_jail/Makefile +++ b/security/pam_jail/Makefile @@ -1,5 +1,6 @@ PORTNAME= pam_jail PORTVERSION= 0.4 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.triades.net/downloads/ @@ -9,13 +10,13 @@ COMMENT= PAM module dropping users in jails after login LICENSE= BSD3CLAUSE SUB_FILES= pkg-message -PLIST_FILES= lib/pam_jail.so lib/pam_jail.so.1 man/man8/pam_jail.8.gz +PLIST_FILES= lib/pam_jail.so lib/pam_jail.so.1 share/man/man8/pam_jail.8.gz .include <bsd.port.pre.mk> do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pam_jail.so.1 ${STAGEDIR}${PREFIX}/lib/ ${LN} -sf pam_jail.so.1 ${STAGEDIR}${PREFIX}/lib/pam_jail.so - ${INSTALL_MAN} ${WRKSRC}/pam_jail.8 ${STAGEDIR}${PREFIX}/man/man8/ + ${INSTALL_MAN} ${WRKSRC}/pam_jail.8 ${STAGEDIR}${PREFIX}/share/man/man8/ .include <bsd.port.post.mk>