diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-23 17:11:50 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-23 17:58:26 +0000 |
commit | e011b843bd9205448bbe34bba877de3b11873256 (patch) | |
tree | effa4f530035fbd11077eaf96a64f24fbff5bdb0 | |
parent | b7996b2094d7bce9ba5db619e16f0e658113956d (diff) |
emulators/gngb: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | emulators/gngb/Makefile | 5 |
1 files 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 |