From 14886c45631ba05a0cc6082f27713e5df3cf5b3f Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Sat, 24 Feb 2024 09:12:07 +0100 Subject: 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 -- cgit v1.2.3