Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jan 2024 13:52:33 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: 6ce28cf4e976 - main - security/monkeysphere: Sanitize MANPREFIX
Message-ID:  <202401221352.40MDqXkK049109@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=6ce28cf4e976bf1b85894ddfdd96a700efbc47c3

commit 6ce28cf4e976bf1b85894ddfdd96a700efbc47c3
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-22 13:42:30 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-22 13:52:04 +0000

    security/monkeysphere: Sanitize MANPREFIX
    
    Approved by:    portmgr (blanket)
---
 security/monkeysphere/Makefile  |  3 ++-
 security/monkeysphere/pkg-plist | 18 +++++++++---------
 2 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/security/monkeysphere/Makefile b/security/monkeysphere/Makefile
index b4002dc45d28..71489bc91e39 100644
--- a/security/monkeysphere/Makefile
+++ b/security/monkeysphere/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	monkeysphere
 PORTVERSION=	0.43
+PORTREVISION=	1
 DISTVERSIONPREFIX=	${PORTNAME}_
 CATEGORIES=	security
 
@@ -30,7 +31,7 @@ SHEBANG_FILES=	src/monkeysphere* \
 USERS=	monkeysphere
 GROUPS=	monkeysphere
 
-MAKE_ARGS+=	ETCPREFIX=${PREFIX} MANPREFIX=${PREFIX}/man ETCSUFFIX=.sample
+MAKE_ARGS+=	ETCPREFIX=${PREFIX} MANPREFIX=${PREFIX}/share/man ETCSUFFIX=.sample
 
 OPTIONS_DEFINE=	DOCS
 
diff --git a/security/monkeysphere/pkg-plist b/security/monkeysphere/pkg-plist
index 7ce066cf1fb4..275895d00591 100644
--- a/security/monkeysphere/pkg-plist
+++ b/security/monkeysphere/pkg-plist
@@ -7,15 +7,15 @@ bin/openpgp2pem
 bin/openpgp2spki
 bin/openpgp2ssh
 bin/pem2openpgp
-man/man1/agent-transfer.1.gz
-man/man1/monkeysphere.1.gz
-man/man1/openpgp2pem.1.gz
-man/man1/openpgp2spki.1.gz
-man/man1/openpgp2ssh.1.gz
-man/man1/pem2openpgp.1.gz
-man/man7/monkeysphere.7.gz
-man/man8/monkeysphere-authentication.8.gz
-man/man8/monkeysphere-host.8.gz
+share/man/man1/agent-transfer.1.gz
+share/man/man1/monkeysphere.1.gz
+share/man/man1/openpgp2pem.1.gz
+share/man/man1/openpgp2spki.1.gz
+share/man/man1/openpgp2ssh.1.gz
+share/man/man1/pem2openpgp.1.gz
+share/man/man7/monkeysphere.7.gz
+share/man/man8/monkeysphere-authentication.8.gz
+share/man/man8/monkeysphere-host.8.gz
 sbin/monkeysphere-authentication
 sbin/monkeysphere-host
 %%PORTDOCS%%%%DOCSDIR%%/Changelog



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