Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Feb 2024 12:55:32 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c17d0cd8b8e6 - main - security/checkpassword-pam: Moved man to share/man
Message-ID:  <202402251255.41PCtWxV006889@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c17d0cd8b8e643b029714a0cc0a743060888453b

commit c17d0cd8b8e643b029714a0cc0a743060888453b
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-25 12:36:46 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-25 12:54:51 +0000

    security/checkpassword-pam: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 security/checkpassword-pam/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/security/checkpassword-pam/Makefile b/security/checkpassword-pam/Makefile
index 40c547ecb741..8006f3549f90 100644
--- a/security/checkpassword-pam/Makefile
+++ b/security/checkpassword-pam/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	checkpassword-pam
 PORTVERSION=	0.99
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security
 MASTER_SITES=	SF/checkpasswd-pam/checkpasswd-pam/${PORTVERSION}
 
@@ -12,9 +12,10 @@ LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
 PLIST_FILES=	bin/checkpassword-pam \
-		man/man8/checkpassword-pam.8.gz
+		share/man/man8/checkpassword-pam.8.gz
 
 post-install:
 	${CHMOD} u+s ${STAGEDIR}${PREFIX}/bin/${PORTNAME}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402251255.41PCtWxV006889>