Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jan 2024 00:06:55 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: 8221b94a2eac - main - security/acmetool: Sanitize MANPREFIX
Message-ID:  <202401220006.40M06tDn050158@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=8221b94a2eac365fd7c1924810934ce984291201

commit 8221b94a2eac365fd7c1924810934ce984291201
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-21 22:58:18 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-22 00:06:43 +0000

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

diff --git a/security/acmetool/Makefile b/security/acmetool/Makefile
index f3eeafcf981f..47a675a139e6 100644
--- a/security/acmetool/Makefile
+++ b/security/acmetool/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	acmetool
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.2.2
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	security
 
 MAINTAINER=	samm@FreeBSD.org
@@ -59,7 +59,7 @@ post-build:
 	${GO_WRKDIR_BIN}/${PORTNAME} --help-man > ${WRKSRC}/${PORTNAME}.8
 
 post-install:
-	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MANPREFIX}/man/man8
+	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${PREFIX}/share/man/man8
 	${MKDIR} ${STAGEDIR}/var/db/acme
 	${MKDIR} ${STAGEDIR}${PREFIX}/libexec/acme/hooks
 
diff --git a/security/acmetool/pkg-plist b/security/acmetool/pkg-plist
index ba09b985e182..15369ae0a381 100644
--- a/security/acmetool/pkg-plist
+++ b/security/acmetool/pkg-plist
@@ -1,4 +1,4 @@
-man/man8/acmetool.8.gz
+share/man/man8/acmetool.8.gz
 bin/acmetool
 @dir /var/db/acme
 @dir /var/db/



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