aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-21 20:38:28 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-21 20:48:10 +0000
commitb6fa5b0dd1010aa0a7eef09e42c3fdcf1d0fbe46 (patch)
treec78ea36dfc53c0c162476af2ea5c34ce75b4608a
parentdf785ea37bb472cb951fb197eacd096b1b5662f0 (diff)
downloadports-b6fa5b0dd1010aa0a7eef09e42c3fdcf1d0fbe46.tar.gz
ports-b6fa5b0dd1010aa0a7eef09e42c3fdcf1d0fbe46.zip
games/neo: Sanitize MANPREFIX
Approved by: portmgr (blanket)
-rw-r--r--games/neo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/neo/Makefile b/games/neo/Makefile
index 08bb10b03d07..4a407e045547 100644
--- a/games/neo/Makefile
+++ b/games/neo/Makefile
@@ -24,7 +24,7 @@ OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/neo ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/doc/neo.6 ${STAGEDIR}${MANPREFIX}/share/man/man6
+ ${INSTALL_MAN} ${WRKSRC}/doc/neo.6 ${STAGEDIR}${PREFIX}/share/man/man6
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}