diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 09:24:33 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 10:03:09 +0100 |
commit | 147251ce87379bab7fcb064b4fe5c5dca65c7d88 (patch) | |
tree | 355d630164a1494e925f91ef4fae95de6d27a4ea | |
parent | 714459b4ff4ca9eca8d3beb0d6091bcf08708248 (diff) | |
download | freebsd-ports-147251ce87379bab7fcb064b4fe5c5dca65c7d88.zip |
games/xshogi: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | games/xshogi/Makefile | 4 |
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 |