Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jan 2024 00:29:19 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: fc73ac68758e - main - games/netradiant: Sanitize MANPREFIX
Message-ID:  <202401220029.40M0TJV1085366@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=fc73ac68758eafe81dddc38d9a23e2aae4014834

commit fc73ac68758eafe81dddc38d9a23e2aae4014834
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-22 00:17:19 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-22 00:29:01 +0000

    games/netradiant: Sanitize MANPREFIX
    
    Approved by:    portmgr (blanket)
---
 games/netradiant/Makefile  | 4 ++--
 games/netradiant/pkg-plist | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/games/netradiant/Makefile b/games/netradiant/Makefile
index 73201140b6ca..d8099bb6cc8c 100644
--- a/games/netradiant/Makefile
+++ b/games/netradiant/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	netradiant
 PORTVERSION=	20150621
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	games cad
 MASTER_SITES=	http://ingar.intranifty.net/gtkradiant/files/ LOCAL/danfe \
 		http://ingar.intranifty.net/gtkradiant/files/gamepacks/:gp
@@ -64,7 +64,7 @@ do-install:
 	@${RMDIR} ${WRKSRC}/install/games
 	${CP} -a ${WRKSRC}/install/* ${STAGEDIR}${DATADIR}
 	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
-	${INSTALL_MAN} ${DISTDIR}/q3map2.6 ${STAGEDIR}${MANPREFIX}/man/man6
+	${INSTALL_MAN} ${DISTDIR}/q3map2.6 ${STAGEDIR}${PREFIX}/share/man/man6
 
 do-install-GAMEPACK-on:
 .for g in ${GAMES}
diff --git a/games/netradiant/pkg-plist b/games/netradiant/pkg-plist
index 43a7111e911e..8cc1f9e51d4d 100644
--- a/games/netradiant/pkg-plist
+++ b/games/netradiant/pkg-plist
@@ -1,5 +1,5 @@
 bin/netradiant
-man/man6/q3map2.6.gz
+share/man/man6/q3map2.6.gz
 %%DATADIR%%/RADIANT_MAJOR
 %%DATADIR%%/RADIANT_MINOR
 %%DATADIR%%/README.txt



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