diff options
Diffstat (limited to 'games/kobodeluxe/Makefile')
-rw-r--r-- | games/kobodeluxe/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/kobodeluxe/Makefile b/games/kobodeluxe/Makefile index 26068af06d54..462f7224dc96 100644 --- a/games/kobodeluxe/Makefile +++ b/games/kobodeluxe/Makefile @@ -1,6 +1,6 @@ PORTNAME= kobodeluxe PORTVERSION= 0.5.1 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= games MASTER_SITES= http://olofson.net/kobodl/download/ \ http://mirror.amdmi3.ru/distfiles/ @@ -14,6 +14,7 @@ USES= sdl tar:bzip2 USE_SDL= image sdl USE_CXXSTD= c++98 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --sharedstatedir=${SCOREDIR} --enable-oss SCOREDIR= /var/games/${PORTNAME} |