diff options
Diffstat (limited to 'games/xinvaders/Makefile')
-rw-r--r-- | games/xinvaders/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xinvaders/Makefile b/games/xinvaders/Makefile index 7a0dd508f23b..0c7da260a365 100644 --- a/games/xinvaders/Makefile +++ b/games/xinvaders/Makefile @@ -1,6 +1,6 @@ PORTNAME= xinvaders PORTVERSION= 2.1.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= games MASTER_SITES= SUNSITE/games/arcade/invaders @@ -16,6 +16,7 @@ LICENSE_PERMS= dist-mirror pkg-mirror auto-accept USES= gettext xorg USE_XORG= x11 xmu xaw xt GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --enable-scorefile=/var/games/xinvaders.scores CPPFLAGS+= -I${LOCALBASE}/include |