Date: Sun, 25 Feb 2024 13:20:15 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: f788df8b8507 - main - security/pamtester: Moved man to share/man Message-ID: <202402251320.41PDKF6v049948@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=f788df8b8507a7afb13ae3c8b5d2ff3e4c7dc929 commit f788df8b8507a7afb13ae3c8b5d2ff3e4c7dc929 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 13:13:25 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 13:19:51 +0000 security/pamtester: Moved man to share/man Approved by: portmgr (blanket) --- security/pamtester/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/security/pamtester/Makefile b/security/pamtester/Makefile index aff44d40ce9f..9c9bc81b2028 100644 --- a/security/pamtester/Makefile +++ b/security/pamtester/Makefile @@ -1,5 +1,6 @@ PORTNAME= pamtester PORTVERSION= 0.1.2 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF @@ -8,10 +9,11 @@ COMMENT= Command line pam authentication tester WWW= https://pamtester.sourceforge.net/ GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CPPFLAGS+= ${CFLAGS} USES= gmake PLIST_FILES= bin/pamtester \ - man/man1/pamtester.1.gz + share/man/man1/pamtester.1.gz .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402251320.41PDKF6v049948>