diff options
author | edwin <edwin@FreeBSD.org> | 2005-12-06 06:32:20 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-12-06 06:32:20 +0800 |
commit | 8f7c993a955a222c56a2a8fd3070b56cbed3328f (patch) | |
tree | ff95ff31dd980e322cf00eebee28d79803a4e468 /games/quake3-ut | |
parent | 4b7f24a39797aec4216e954b3a381fd759c9e7ca (diff) | |
download | freebsd-ports-gnome-8f7c993a955a222c56a2a8fd3070b56cbed3328f.tar.gz freebsd-ports-gnome-8f7c993a955a222c56a2a8fd3070b56cbed3328f.tar.zst freebsd-ports-gnome-8f7c993a955a222c56a2a8fd3070b56cbed3328f.zip |
NO_PACKAGE is a string and not a boolean.
Noticed by: kris@
Pointy hat to: moi
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 c50e3c2e831d..37e1ce0eb9c0 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= yes +NO_PACKAGE= "Distfile is \>256MB" do-install: @${MKDIR} ${DATADIR} |