Date: Sat, 24 Feb 2024 08:16:35 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: 14886c45631b - main - games/xboard: Moved man to share/man Message-ID: <202402240816.41O8GZti076012@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=14886c45631ba05a0cc6082f27713e5df3cf5b3f commit 14886c45631ba05a0cc6082f27713e5df3cf5b3f Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 08:12:07 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 08:12:07 +0000 games/xboard: Moved man to share/man Approved by: portmgr (blanket) --- games/xboard/Makefile | 3 ++- games/xboard/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/games/xboard/Makefile b/games/xboard/Makefile index 6262818a6cfd..06842c84246c 100644 --- a/games/xboard/Makefile +++ b/games/xboard/Makefile @@ -1,6 +1,6 @@ PORTNAME?= xboard PORTVERSION?= 4.9.1 -PORTREVISION?= 3 +PORTREVISION?= 4 PORTEPOCH?= 0 CATEGORIES?= games MASTER_SITES?= GNU @@ -69,6 +69,7 @@ USE_GNOME+= gtk20 SHEBANG_FILES= texi2man GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS+=MKDIR_P="${MKDIR}" PERLPATH=${PERL} CFLAGS+= -I${LOCALBASE}/include -fcommon LDFLAGS+= -L${LOCALBASE}/lib diff --git a/games/xboard/pkg-plist b/games/xboard/pkg-plist index 341090734316..075eb7b96cae 100644 --- a/games/xboard/pkg-plist +++ b/games/xboard/pkg-plist @@ -1,7 +1,7 @@ bin/cmail bin/xboard @sample etc/xboard.conf.sample -man/man6/xboard.6.gz +share/man/man6/xboard.6.gz share/applications/xboard-config.desktop share/applications/xboard-fen-viewer.desktop share/applications/xboard-pgn-viewer.desktop
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402240816.41O8GZti076012>