Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2024 22:32:36 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: b38014ae1087 - main - security/fcrackzip: Sanitize MANPREFIX
Message-ID:  <202401212232.40LMWaBi095071@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=b38014ae1087180b7912ab2f3e1dd6e35504aada

commit b38014ae1087180b7912ab2f3e1dd6e35504aada
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-21 22:26:43 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-21 22:32:11 +0000

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

diff --git a/security/fcrackzip/Makefile b/security/fcrackzip/Makefile
index 0f71e54f7748..4919c54d8f77 100644
--- a/security/fcrackzip/Makefile
+++ b/security/fcrackzip/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	fcrackzip
 DISTVERSION=	1.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	security archivers
 
 MAINTAINER=	bofh@FreeBSD.org
@@ -23,7 +23,7 @@ GNU_CONFIGURE=	yes
 
 LDFLAGS+=	-lzip
 
-PLIST_FILES=	bin/fcrackzip bin/fcrackzipinfo man/man1/fcrackzip.1.gz
+PLIST_FILES=	bin/fcrackzip bin/fcrackzipinfo share/man/man1/fcrackzip.1.gz
 
 post-patch:
 	@${REINPLACE_CMD} -e 's/zipinfo/fcrackzipinfo/g' ${WRKSRC}/zipinfo.c
@@ -32,6 +32,6 @@ do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/fcrackzip ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_PROGRAM} ${WRKSRC}/zipinfo \
 		${STAGEDIR}${PREFIX}/bin/fcrackzipinfo
-	${INSTALL_MAN} ${WRKSRC}/fcrackzip.1 ${STAGEDIR}${MANPREFIX}/man/man1
+	${INSTALL_MAN} ${WRKSRC}/fcrackzip.1 ${STAGEDIR}${PREFIX}/share/man/man1
 
 .include <bsd.port.mk>



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