diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 07:22:34 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 07:22:34 +0000 |
commit | 2d41d6d528430654d602057538a35ae8dc19ddd5 (patch) | |
tree | 68bf12362cc5f00a33a9b1eccf563da4f969e62c /games/lgeneral | |
parent | 128e94d50b9b9d335c1d7ef4e6822538010b74d6 (diff) | |
download | ports-2d41d6d528430654d602057538a35ae8dc19ddd5.tar.gz ports-2d41d6d528430654d602057538a35ae8dc19ddd5.zip |
Diffstat (limited to 'games/lgeneral')
-rw-r--r-- | games/lgeneral/Makefile | 2 | ||||
-rw-r--r-- | 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 |