git: a035cce5bf9c - main - graphics/xaos: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Jan 2024 10:42:37 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a035cce5bf9cf240f5fd6e2f4a77e74e2f8d05be
commit a035cce5bf9cf240f5fd6e2f4a77e74e2f8d05be
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-22 01:56:49 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-22 10:42:25 +0000
graphics/xaos: Sanitize MANPREFIX
Approved by: portmgr (blanket)
---
graphics/xaos/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/graphics/xaos/Makefile b/graphics/xaos/Makefile
index 79682a62df0e..fb82d6623fe8 100644
--- a/graphics/xaos/Makefile
+++ b/graphics/xaos/Makefile
@@ -42,7 +42,7 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/src/ui/images/xaosbig.png \
${STAGEDIR}${PREFIX}/share/pixmaps/xaos.png
${INSTALL_MAN} ${WRKSRC}/doc/xaos.6 \
- ${STAGEDIR}${MANPREFIX}/share/man/man6/xaos.6
+ ${STAGEDIR}${PREFIX}/share/man/man6/xaos.6
post-install-EXAMPLES-on:
(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})