Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jan 2024 10:42:37 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: a035cce5bf9c - main - graphics/xaos: Sanitize MANPREFIX
Message-ID:  <202401221042.40MAgbPl027279@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=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})



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