Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jan 2024 00:06:53 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: 1898907b56bc - main - security/py-xkcdpass: Sanitize MANPREFIX
Message-ID:  <202401220006.40M06rb3050116@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=1898907b56bc304b0a290c82e74e609e4d6a35a9

commit 1898907b56bc304b0a290c82e74e609e4d6a35a9
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-21 22:55:46 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-22 00:06:43 +0000

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

diff --git a/security/py-xkcdpass/Makefile b/security/py-xkcdpass/Makefile
index 75489f96df23..2d405e246b40 100644
--- a/security/py-xkcdpass/Makefile
+++ b/security/py-xkcdpass/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	xkcdpass
 DISTVERSIONPREFIX=	${PORTNAME}-
 DISTVERSION=	1.17.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security sysutils python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -21,7 +21,7 @@ USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
-PLIST_FILES=	${_MAN_FILES:S|^|man/man1/|:S|$|.gz|}
+PLIST_FILES=	${_MAN_FILES:S|^|share/man/man1/|:S|$|.gz|}
 
 OPTIONS_DEFINE=	DOCS
 
@@ -31,7 +31,7 @@ _MAN_FILES=	${PORTNAME}.1
 _README_FILES=	README.rst
 
 post-install:
-	${INSTALL_MAN} ${_MAN_FILES:S|^|${WRKSRC}/|} ${STAGEDIR}${MANPREFIX}/man/man1
+	${INSTALL_MAN} ${_MAN_FILES:S|^|${WRKSRC}/|} ${STAGEDIR}${PREFIX}/share/man/man1
 
 post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}



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