Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jan 2024 21:02:54 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: bf303ee7f4e7 - main - games/spellcast: Moved man to share/man
Message-ID:  <202401302102.40UL2siY089456@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=bf303ee7f4e7c387015ff482981cb4992c1d7e22

commit bf303ee7f4e7c387015ff482981cb4992c1d7e22
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-30 20:41:17 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-30 20:44:29 +0000

    games/spellcast: Moved man to share/man
---
 games/spellcast/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/games/spellcast/Makefile b/games/spellcast/Makefile
index 6e3b9410a498..344826845911 100644
--- a/games/spellcast/Makefile
+++ b/games/spellcast/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	spellcast
 PORTVERSION=	1.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	games
 MASTER_SITES=	http://www.eblong.com/zarf/ftp/
 DISTNAME=	${PORTNAME}
@@ -17,7 +17,7 @@ USE_XORG=	x11
 
 CFLAGS+=	-Wno-return-type
 
-PLIST_FILES=	bin/spellcast man/man6/spellcast.6.gz
+PLIST_FILES=	bin/spellcast share/man/man6/spellcast.6.gz
 PORTDOCS=	README spelllist.ps
 
 OPTIONS_DEFINE=	DOCS
@@ -30,7 +30,7 @@ CFLAGS+=	-Wno-error=int-conversion
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/spellcast ${STAGEDIR}${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/spellcast.6 ${STAGEDIR}${PREFIX}/man/man6
+	${INSTALL_MAN} ${WRKSRC}/spellcast.6 ${STAGEDIR}${PREFIX}/share/man/man6
 
 do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}



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