diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-12-08 12:06:06 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-12-08 12:06:06 +0000 |
commit | 1fb977fa012a11c69a39232e226b8f1468e14849 (patch) | |
tree | b4a9a8b21ae799112409d9b3a1273edcc865e876 /games | |
parent | 38ff7946beae3d12b45e5c341eef0fb959b9c3da (diff) |
Stop building packages for these huge ports (both over 100MB).
Approved by: maintainer timeout
Notes
Notes:
svn path=/head/; revision=150656
Diffstat (limited to 'games')
-rw-r--r-- | games/quake3-ra3/Makefile | 2 | ||||
-rw-r--r-- | games/quake3-wfa/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/games/quake3-ra3/Makefile b/games/quake3-ra3/Makefile index f8fa38a03324..275d3b5c4043 100644 --- a/games/quake3-ra3/Makefile +++ b/games/quake3-ra3/Makefile @@ -15,6 +15,8 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} MAINTAINER= pat@FreeBSD.org COMMENT= Quake III Arena Mod: Rocket Arena 3 +NO_PACKAGE= "Package will be 102MB, set FORCE_PACKAGE if you really want to build it" + WRKSRC= ${WRKDIR}/arena USE_ZIP= yes diff --git a/games/quake3-wfa/Makefile b/games/quake3-wfa/Makefile index 5eac5149b912..03e1c446464c 100644 --- a/games/quake3-wfa/Makefile +++ b/games/quake3-wfa/Makefile @@ -16,6 +16,8 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= pat@FreeBSD.org COMMENT= Quake III Arena Mod: Weapons Factory Arena +NO_PACKAGE= "Package will be 138MB, set FORCE_PACKAGE if you really want to build it" + USE_ZIP= yes NO_BUILD= yes NO_WRKSUBDIR= yes |