diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 06:52:10 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 07:08:06 +0000 |
commit | 3a2b6e5de3fae07abc49141f4c1d7a2ae0f188c9 (patch) | |
tree | 342348abf6e71ba82bf864a1063951106cd62ec8 | |
parent | a4a97c8b1e5e4e0b16606a31cfaf278d65cab47e (diff) | |
download | ports-3a2b6e5de3fae07abc49141f4c1d7a2ae0f188c9.tar.gz ports-3a2b6e5de3fae07abc49141f4c1d7a2ae0f188c9.zip |
games/gnugo: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | games/gnugo/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/gnugo/Makefile b/games/gnugo/Makefile index d7d3b647a52d..e4fb65710463 100644 --- a/games/gnugo/Makefile +++ b/games/gnugo/Makefile @@ -1,6 +1,6 @@ PORTNAME= gnugo PORTVERSION= 3.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= GNU @@ -9,11 +9,12 @@ COMMENT= The game of Go WWW= https://www.gnu.org/software/gnugo/ GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USES= gmake INFO= gnugo PLIST_FILES= bin/gnugo \ - man/man6/gnugo.6.gz + share/man/man6/gnugo.6.gz post-extract: ${RM} ${WRKSRC}/doc/gnugo.info* |