diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 08:56:30 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 08:56:30 +0100 |
commit | aa4309a9fb909346bfcf0d786a658ecb72bd8514 (patch) | |
tree | f367c4b29ea67cdbc797114386c727c0ad881201 | |
parent | a561a8b8ac956193e2f79221d544dbd643f8456a (diff) | |
download | freebsd-ports-aa4309a9fb909346bfcf0d786a658ecb72bd8514.zip |
games/tsito: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | games/tsito/Makefile | 2 | ||||
-rw-r--r-- | games/tsito/pkg-plist | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/games/tsito/Makefile b/games/tsito/Makefile index 0fe6b46aadfb..54c646ce7a0f 100644 --- a/games/tsito/Makefile +++ b/games/tsito/Makefile @@ -1,5 +1,6 @@ PORTNAME= tsito PORTVERSION= 0.8.4 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/xiangqi-engine/xiangqi-engine/${PORTNAME}-${PORTVERSION} @@ -11,6 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share LIBS+= -lcompat .include <bsd.port.mk> diff --git a/games/tsito/pkg-plist b/games/tsito/pkg-plist index c0dbea956abe..ec4d43f43c02 100644 --- a/games/tsito/pkg-plist +++ b/games/tsito/pkg-plist @@ -1,3 +1,3 @@ bin/tsito -man/man1/tsito.1.gz +share/man/man1/tsito.1.gz %%DATADIR%%/book.dat |