aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-21 22:55:46 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-22 00:06:43 +0000
commit1898907b56bc304b0a290c82e74e609e4d6a35a9 (patch)
tree2590ce02c3187cdd2e900fab5b7e849c36f32407
parenteaa4e2748da8148af57e80c1f2672f34bf1ad0bb (diff)
security/py-xkcdpass: Sanitize MANPREFIX
Approved by: portmgr (blanket)
-rw-r--r--security/py-xkcdpass/Makefile6
1 files 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}