diff options
author | edwin <edwin@FreeBSD.org> | 2005-12-06 06:51:30 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-12-06 06:51:30 +0800 |
commit | c2d168b9491de27c56dad5783e7870c2af49c336 (patch) | |
tree | 9731f95019fb620b818ab78ed50f7dd3ab1d0d4e /games/quake3-ut | |
parent | 8f7c993a955a222c56a2a8fd3070b56cbed3328f (diff) | |
download | freebsd-ports-gnome-c2d168b9491de27c56dad5783e7870c2af49c336.tar.gz freebsd-ports-gnome-c2d168b9491de27c56dad5783e7870c2af49c336.tar.zst freebsd-ports-gnome-c2d168b9491de27c56dad5783e7870c2af49c336.zip |
Make kris@ happy with the original NO_PACKAGE string.
Diffstat (limited to 'games/quake3-ut')
-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 37e1ce0eb9c0..36155dd63550 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} |