Date: Sat, 24 Feb 2024 07:48:31 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: 2d41d6d52843 - main - games/lgeneral: Moved man to share/man Message-ID: <202402240748.41O7mVcC023761@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=2d41d6d528430654d602057538a35ae8dc19ddd5 commit 2d41d6d528430654d602057538a35ae8dc19ddd5 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 07:22:34 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 07:22:34 +0000 games/lgeneral: Moved man to share/man Approved by: portmgr (blanket) --- games/lgeneral/Makefile | 2 ++ games/lgeneral/pkg-plist | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/games/lgeneral/Makefile b/games/lgeneral/Makefile index 5b633789d052..b95193f59f6e 100644 --- a/games/lgeneral/Makefile +++ b/games/lgeneral/Makefile @@ -1,5 +1,6 @@ PORTNAME= lgeneral DISTVERSION= 1.4.4 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME} \ SF/${PORTNAME}/${PORTNAME}-data:data @@ -20,6 +21,7 @@ USE_CSTD= gnu89 USE_SDL= sdl GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share OPTIONS_DEFINE= DOCS NLS SOUND OPTIONS_DEFAULT= SOUND diff --git a/games/lgeneral/pkg-plist b/games/lgeneral/pkg-plist index 3a3f1e42063e..17c1171fd7b5 100644 --- a/games/lgeneral/pkg-plist +++ b/games/lgeneral/pkg-plist @@ -3,8 +3,8 @@ bin/lged bin/lgeneral bin/ltrextract bin/shptool -man/man1/lgc-pg.1.gz -man/man6/lgeneral.6.gz +share/man/man1/lgc-pg.1.gz +share/man/man6/lgeneral.6.gz share/applications/lgeneral.desktop share/icons/hicolor/48x48/apps/lgeneral.png %%PORTDOCS%%%%DOCSDIR%%/README.lgc-pg
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402240748.41O7mVcC023761>