From a035cce5bf9cf240f5fd6e2f4a77e74e2f8d05be Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Mon, 22 Jan 2024 02:56:49 +0100 Subject: [PATCH] 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 79682a62df0eb..fb82d6623fe8c 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})