diff options
Diffstat (limited to 'games/xconq/Makefile')
-rw-r--r-- | games/xconq/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xconq/Makefile b/games/xconq/Makefile index 1fd6d607c855..9aeffbfd60f4 100644 --- a/games/xconq/Makefile +++ b/games/xconq/Makefile @@ -1,6 +1,6 @@ PORTNAME= xconq DISTVERSION= 7.5.0-0pre.0.20050612 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games tcl tk MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME} @@ -15,6 +15,7 @@ USE_CXXSTD= c++14 USE_XORG= x11 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --enable-alternate-scoresdir=${SCOREDIR} \ --enable-alternate-gameuser=root \ --enable-alternate-gamegroup=games |