diff options
Diffstat (limited to 'games/quaqut')
-rw-r--r-- | games/quaqut/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/quaqut/Makefile b/games/quaqut/Makefile index 7da4820099f9..437a641f8cf6 100644 --- a/games/quaqut/Makefile +++ b/games/quaqut/Makefile @@ -8,12 +8,13 @@ PORTNAME= quaqut PORTVERSION= 0.2.0 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF MAINTAINER= ports@logvinov.com COMMENT= Queries information from Unreal Tournament 2004 game servers +MAKE_JOBS_SAFE= yes + HAS_CONFIGURE= yes USE_RC_SUBR= ${PORTNAME} MAN1= ${PORTNAME}.1 |