aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-24 08:24:33 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-24 09:03:09 +0000
commit147251ce87379bab7fcb064b4fe5c5dca65c7d88 (patch)
tree355d630164a1494e925f91ef4fae95de6d27a4ea
parent714459b4ff4ca9eca8d3beb0d6091bcf08708248 (diff)
downloadports-147251ce87379bab7fcb064b4fe5c5dca65c7d88.tar.gz
ports-147251ce87379bab7fcb064b4fe5c5dca65c7d88.zip
games/xshogi: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--games/xshogi/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/xshogi/Makefile b/games/xshogi/Makefile
index 553d1ec90e1a..b8af8014caab 100644
--- a/games/xshogi/Makefile
+++ b/games/xshogi/Makefile
@@ -1,5 +1,6 @@
PORTNAME= xshogi
PORTVERSION= 1.4.2
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= GNU/gnushogi
@@ -11,11 +12,12 @@ RUN_DEPENDS= gnushogi:games/gnushogi
USES= xorg
USE_XORG= xt xaw x11
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CPPFLAGS+= -I${LOCALBASE}/include
PORTDOCS= README.xboard BUGS
-PLIST_FILES= bin/xshogi man/man6/xshogi.6.gz
+PLIST_FILES= bin/xshogi share/man/man6/xshogi.6.gz
OPTIONS_DEFINE= DOCS