mirror of https://git.FreeBSD.org/ports.git
emulators/gngb: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
b7996b2094
commit
e011b843bd
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= gngb
|
PORTNAME= gngb
|
||||||
PORTVERSION= 20060309
|
PORTVERSION= 20060309
|
||||||
PORTREVISION= 10
|
PORTREVISION= 11
|
||||||
CATEGORIES= emulators
|
CATEGORIES= emulators
|
||||||
MASTER_SITES= http://m.peponas.free.fr/gngb/download/
|
MASTER_SITES= http://m.peponas.free.fr/gngb/download/
|
||||||
|
|
||||||
|
@ -15,9 +15,10 @@ USES= gmake localbase sdl
|
||||||
USE_CSTD= gnu89
|
USE_CSTD= gnu89
|
||||||
USE_SDL= sdl
|
USE_SDL= sdl
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
|
|
||||||
PLIST_FILES= bin/gngb \
|
PLIST_FILES= bin/gngb \
|
||||||
man/man1/gngb.1.gz
|
share/man/man1/gngb.1.gz
|
||||||
|
|
||||||
OPTIONS_DEFINE= OPENGL
|
OPTIONS_DEFINE= OPENGL
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue