Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2024 22:52:02 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: aed8d52a32d8 - main - security/transcrypt: Sanitize MANPREFIX
Message-ID:  <202401212252.40LMq20U029924@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=aed8d52a32d8cc086a0d643e2a8555389fd0f6f1

commit aed8d52a32d8cc086a0d643e2a8555389fd0f6f1
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-21 22:42:39 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-21 22:51:35 +0000

    security/transcrypt: Sanitize MANPREFIX
    
    Approved by:    portmgr (blanket)
---
 security/transcrypt/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/security/transcrypt/Makefile b/security/transcrypt/Makefile
index a0d6e9e561c2..89db31b8350e 100644
--- a/security/transcrypt/Makefile
+++ b/security/transcrypt/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	transcrypt
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.2.3
+PORTREVISION=	1
 CATEGORIES=	security
 
 MAINTAINER=	nivit@FreeBSD.org
@@ -22,7 +23,7 @@ GH_ACCOUNT=	elasticdog
 NO_BUILD=	yes
 
 PLIST_FILES=	bin/transcrypt \
-		man/man1/transcrypt.1.gz \
+		share/man/man1/transcrypt.1.gz \
 		share/bash-completion/completions/transcrypt \
 		share/zsh/site-functions/_transcrypt
 
@@ -34,7 +35,7 @@ do-install:
 	${INSTALL_DATA} ${WRKSRC}/contrib/bash/${PORTNAME} ${STAGEDIR}${PREFIX}/share/bash-completion/completions/${PORTNAME}
 	${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions && \
 		${INSTALL_DATA} ${WRKSRC}/contrib/zsh/_${PORTNAME} ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_${PORTNAME}
-	${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
+	${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1
 
 # 53 tests, 0 failures
 do-test:



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