diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 09:12:07 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 09:12:07 +0100 |
commit | 14886c45631ba05a0cc6082f27713e5df3cf5b3f (patch) | |
tree | 6fa57de03d611ea8d918013ccb0240c12473f9ce | |
parent | de768ece431aaff7e528e5c50e21082a34ecfade (diff) | |
download | freebsd-ports-14886c45631ba05a0cc6082f27713e5df3cf5b3f.zip |
games/xboard: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | games/xboard/Makefile | 3 | ||||
-rw-r--r-- | games/xboard/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/games/xboard/Makefile b/games/xboard/Makefile index 6262818a6cfd..06842c84246c 100644 --- a/games/xboard/Makefile +++ b/games/xboard/Makefile @@ -1,6 +1,6 @@ PORTNAME?= xboard PORTVERSION?= 4.9.1 -PORTREVISION?= 3 +PORTREVISION?= 4 PORTEPOCH?= 0 CATEGORIES?= games MASTER_SITES?= GNU @@ -69,6 +69,7 @@ USE_GNOME+= gtk20 SHEBANG_FILES= texi2man GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS+=MKDIR_P="${MKDIR}" PERLPATH=${PERL} CFLAGS+= -I${LOCALBASE}/include -fcommon LDFLAGS+= -L${LOCALBASE}/lib diff --git a/games/xboard/pkg-plist b/games/xboard/pkg-plist index 341090734316..075eb7b96cae 100644 --- a/games/xboard/pkg-plist +++ b/games/xboard/pkg-plist @@ -1,7 +1,7 @@ bin/cmail bin/xboard @sample etc/xboard.conf.sample -man/man6/xboard.6.gz +share/man/man6/xboard.6.gz share/applications/xboard-config.desktop share/applications/xboard-fen-viewer.desktop share/applications/xboard-pgn-viewer.desktop |