git: e011b843bd92 - main - emulators/gngb: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 23 Feb 2024 17:58:53 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=e011b843bd9205448bbe34bba877de3b11873256 commit e011b843bd9205448bbe34bba877de3b11873256 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-23 17:11:50 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-23 17:58:26 +0000 emulators/gngb: Moved man to share/man Approved by: portmgr (blanket) --- emulators/gngb/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/emulators/gngb/Makefile b/emulators/gngb/Makefile index 1892a3c1640a..fe64cda8fbe3 100644 --- a/emulators/gngb/Makefile +++ b/emulators/gngb/Makefile @@ -1,6 +1,6 @@ PORTNAME= gngb PORTVERSION= 20060309 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= emulators MASTER_SITES= http://m.peponas.free.fr/gngb/download/ @@ -15,9 +15,10 @@ USES= gmake localbase sdl USE_CSTD= gnu89 USE_SDL= sdl GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share PLIST_FILES= bin/gngb \ - man/man1/gngb.1.gz + share/man/man1/gngb.1.gz OPTIONS_DEFINE= OPENGL