diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-03-31 22:08:31 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-03-31 22:08:31 +0000 |
commit | 22d668f75bb338c461438603eda65f27a6881f50 (patch) | |
tree | 549c374298d1f1d88e58e6b519337a956bfe5065 /games/quaqut | |
parent | afa2a6f102089300593044ec95ef5dce0097eac3 (diff) | |
download | ports-22d668f75bb338c461438603eda65f27a6881f50.tar.gz ports-22d668f75bb338c461438603eda65f27a6881f50.zip |
- Allow to build with MAKE_JOBS_SAFE
- Move some ports to SF macro
PR: 133124
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=231414
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 |