diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-05 12:01:26 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-05 12:01:26 +0000 |
commit | 07faf3c500dfd951e09cd21685e93f90e929bce1 (patch) | |
tree | 117109c72826ef204b10ab0c182b53e1798449b3 | |
parent | - Update to 2.7.0 (diff) |
442Mb of data is enough not to worry about packages
Noticed by: YAPHR
Pushed by: kris@
Notes
Notes:
svn path=/head/; revision=150460
-rw-r--r-- | games/quake3-ut/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/quake3-ut/Makefile b/games/quake3-ut/Makefile index 672c3f6d3d2c..c50e3c2e831d 100644 --- a/games/quake3-ut/Makefile +++ b/games/quake3-ut/Makefile @@ -17,6 +17,7 @@ COMMENT= Quake III Arena Mod: Urban Terror USE_ZIP= yes NO_BUILD= yes NO_WRKSUBDIR= yes +NO_PACKAGE= yes do-install: @${MKDIR} ${DATADIR} |