Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Mar 2024 11:05:21 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8115c0c49bcb - main - games/polyglot: Move man pages to share/man
Message-ID:  <202403091105.429B5L9s082403@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8115c0c49bcb1d38f343568ca6b60b557e667b41

commit 8115c0c49bcb1d38f343568ca6b60b557e667b41
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-09 10:22:25 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-09 11:04:52 +0000

    games/polyglot: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 games/polyglot/Makefile  | 3 ++-
 games/polyglot/pkg-plist | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/games/polyglot/Makefile b/games/polyglot/Makefile
index 2a39ab7c5a97..25556a039b20 100644
--- a/games/polyglot/Makefile
+++ b/games/polyglot/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	polyglot
 DISTVERSION=	1.4.70b
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games
 MASTER_SITES=	http://hardy.uhasselt.be/Toga/polyglot-release/ \
 		http://nivit.altervista.org/FreeBSD/ports/distfiles/
@@ -12,6 +12,7 @@ WWW=		http://wbec-ridderkerk.nl/html/details1/PolyGlot.html
 LICENSE=	GPLv2
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 OPTIONS_DEFINE=	DOCS
 
diff --git a/games/polyglot/pkg-plist b/games/polyglot/pkg-plist
index c5a9077fb443..4148b7238658 100644
--- a/games/polyglot/pkg-plist
+++ b/games/polyglot/pkg-plist
@@ -1,8 +1,8 @@
 bin/polyglot
-man/man6/polyglot.6.gz
 %%PORTDOCS%%%%DOCSDIR%%/README
 %%PORTDOCS%%%%DOCSDIR%%/README1.3
 %%PORTDOCS%%%%DOCSDIR%%/README1.4
 %%PORTDOCS%%%%DOCSDIR%%/README1.4w
 %%PORTDOCS%%%%DOCSDIR%%/README1.4w10UCI
 %%PORTDOCS%%%%DOCSDIR%%/book_format.html
+share/man/man6/polyglot.6.gz



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