Date: Sat, 24 Feb 2024 07:08:30 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: bd96c40775ec - main - games/freedroid: Moved man to share/man Message-ID: <202402240708.41O78U9g056486@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=bd96c40775ec52796db557d6b97edf22ea7330c6 commit bd96c40775ec52796db557d6b97edf22ea7330c6 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 06:45:52 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 07:08:03 +0000 games/freedroid: Moved man to share/man Approved by: portmgr (blanket) --- games/freedroid/Makefile | 3 ++- games/freedroid/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/games/freedroid/Makefile b/games/freedroid/Makefile index c6a2d84c51c6..38aaa8fe3131 100644 --- a/games/freedroid/Makefile +++ b/games/freedroid/Makefile @@ -1,6 +1,6 @@ PORTNAME= freedroid PORTVERSION= 1.0.2 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}Classic/FreedroidClassic-${PORTVERSION} @@ -17,6 +17,7 @@ USES= iconv jpeg sdl USE_SDL= mixer image sdl GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --program-transform-name= DESKTOP_ENTRIES= "Freedroid Classic" "${COMMENT}" \ diff --git a/games/freedroid/pkg-plist b/games/freedroid/pkg-plist index 8e12d671005e..35acdfbc39b0 100644 --- a/games/freedroid/pkg-plist +++ b/games/freedroid/pkg-plist @@ -1,5 +1,5 @@ bin/freedroid -man/man6/freedroid.6.gz +share/man/man6/freedroid.6.gz %%DATADIR%%/graphics/001.jpg %%DATADIR%%/graphics/001.png %%DATADIR%%/graphics/123.jpg
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402240708.41O78U9g056486>