diff options
author | miwi <miwi@FreeBSD.org> | 2009-04-01 06:08:31 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-04-01 06:08:31 +0800 |
commit | 5628f2f069d327e1c6703ad2d24b009a264c10a7 (patch) | |
tree | e71412f1bbc0f90742f0f4789af826c8d167c8e0 /games/quaqut | |
parent | 2558ca115318c68109fd88a5ce5de9c5b9a5cbfd (diff) | |
download | freebsd-ports-gnome-5628f2f069d327e1c6703ad2d24b009a264c10a7.tar.gz freebsd-ports-gnome-5628f2f069d327e1c6703ad2d24b009a264c10a7.tar.zst freebsd-ports-gnome-5628f2f069d327e1c6703ad2d24b009a264c10a7.zip |
- Allow to build with MAKE_JOBS_SAFE
- Move some ports to SF macro
PR: 133124
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer)
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 |