diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 07:57:04 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 08:08:10 +0100 |
commit | 95f53411b77afd7bd3382249e3d6b0b0efce2051 (patch) | |
tree | 9a29dc64a51e3d41a425f6f9a4abbde01acf0f98 | |
parent | 4142172a2262720fc4c0368c42401973da068fc3 (diff) | |
download | freebsd-ports-95f53411b77afd7bd3382249e3d6b0b0efce2051.zip |
games/hinversi: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | games/hinversi/Makefile | 3 | ||||
-rw-r--r-- | games/hinversi/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/games/hinversi/Makefile b/games/hinversi/Makefile index 23a41bb2bbae..f5fbf2b74140 100644 --- a/games/hinversi/Makefile +++ b/games/hinversi/Makefile @@ -1,6 +1,6 @@ PORTNAME= hinversi PORTVERSION= 0.8.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/latest @@ -13,6 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= libtool pathfix GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share INSTALL_TARGET= install-strip USE_LDCONFIG= yes diff --git a/games/hinversi/pkg-plist b/games/hinversi/pkg-plist index 7b527f395b36..82b03b1a1717 100644 --- a/games/hinversi/pkg-plist +++ b/games/hinversi/pkg-plist @@ -1,6 +1,6 @@ bin/hinversi-cgi bin/hinversi-cli -man/man1/hinversi-cli.1.gz +share/man/man1/hinversi-cli.1.gz include/hinversi/abClient.h include/hinversi/aiManager.h include/hinversi/macros.h |