Date: Sat, 24 Feb 2024 07:08:28 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: be819f8ea5d3 - main - games/freedink-engine: Moved man to share/man Message-ID: <202402240708.41O78STj056441@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=be819f8ea5d3f4da5ded7c5ec988f70714da4d90 commit be819f8ea5d3f4da5ded7c5ec988f70714da4d90 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 06:44:54 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 07:08:02 +0000 games/freedink-engine: Moved man to share/man Approved by: portmgr (blanket) --- games/freedink-engine/Makefile | 3 ++- games/freedink-engine/pkg-plist | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/games/freedink-engine/Makefile b/games/freedink-engine/Makefile index ef7c6f5c3f5f..24c809e1ac0b 100644 --- a/games/freedink-engine/Makefile +++ b/games/freedink-engine/Makefile @@ -1,6 +1,6 @@ PORTNAME= freedink PORTVERSION= 108.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= GNU PKGNAMESUFFIX= -engine @@ -15,6 +15,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ USES= gettext gmake pkgconfig sdl USE_SDL= sdl gfx ttf image mixer GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --disable-static --disable-upx OPTIONS_DEFINE= EMBEDDED diff --git a/games/freedink-engine/pkg-plist b/games/freedink-engine/pkg-plist index 0eabc1e02e58..22a19a68f7a3 100644 --- a/games/freedink-engine/pkg-plist +++ b/games/freedink-engine/pkg-plist @@ -2,10 +2,10 @@ bin/dink bin/dinkedit bin/freedink bin/freedinkedit -man/man6/dink.6.gz -man/man6/dinkedit.6.gz -man/man6/freedink.6.gz -man/man6/freedinkedit.6.gz +share/man/man6/dink.6.gz +share/man/man6/dinkedit.6.gz +share/man/man6/freedink.6.gz +share/man/man6/freedinkedit.6.gz share/applications/freedink.desktop share/applications/freedinkedit.desktop %%DATADIR%%/LiberationSans-Regular.ttf
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402240708.41O78STj056441>