diff options
author | edwin <edwin@FreeBSD.org> | 2005-12-05 22:51:30 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-12-05 22:51:30 +0000 |
commit | c2d168b9491de27c56dad5783e7870c2af49c336 (patch) | |
tree | 9731f95019fb620b818ab78ed50f7dd3ab1d0d4e /games | |
parent | 8f7c993a955a222c56a2a8fd3070b56cbed3328f (diff) | |
download | FreeBSD-ports-c2d168b9491de27c56dad5783e7870c2af49c336.zip FreeBSD-ports-c2d168b9491de27c56dad5783e7870c2af49c336.tar.gz |
Make kris@ happy with the original NO_PACKAGE string.
Diffstat (limited to 'games')
-rw-r--r-- | games/quake3-ut/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/quake3-ut/Makefile b/games/quake3-ut/Makefile index 37e1ce0..36155dd 100644 --- a/games/quake3-ut/Makefile +++ b/games/quake3-ut/Makefile @@ -17,7 +17,7 @@ COMMENT= Quake III Arena Mod: Urban Terror USE_ZIP= yes NO_BUILD= yes NO_WRKSUBDIR= yes -NO_PACKAGE= "Distfile is \>256MB" +NO_PACKAGE= "Distfile is \>256MB\; define FORCE_PACKAGE if you really want this." do-install: @${MKDIR} ${DATADIR} |