diff options
author | pav <pav@FreeBSD.org> | 2011-03-23 02:53:41 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-03-23 02:53:41 +0800 |
commit | 2a5f0e38dc7c4f3dc86a229b48af0eec8bf5f875 (patch) | |
tree | 4642d8ab9f084a8d242e0b01d56295e494155d47 | |
parent | 72cf0cec7d282c1ebdb6e59ffc05604fc1bc6f00 (diff) | |
download | freebsd-ports-gnome-2a5f0e38dc7c4f3dc86a229b48af0eec8bf5f875.tar.gz freebsd-ports-gnome-2a5f0e38dc7c4f3dc86a229b48af0eec8bf5f875.tar.zst freebsd-ports-gnome-2a5f0e38dc7c4f3dc86a229b48af0eec8bf5f875.zip |
- Restore NO_PACKAGE
Reported by: pointyhat
-rw-r--r-- | games/urbanterror-data/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/urbanterror-data/Makefile b/games/urbanterror-data/Makefile index 6688ebf8fd65..b160925451eb 100644 --- a/games/urbanterror-data/Makefile +++ b/games/urbanterror-data/Makefile @@ -18,7 +18,7 @@ COMMENT= Standalone realism based mod originally for Quake III Arena USE_ZIP= yes NO_BUILD= yes -#NO_PACKAGE= Package will be 1GB; set FORCE_PACKAGE if you really want it +NO_PACKAGE= Package will be 1GB; set FORCE_PACKAGE if you really want it WRKSRC= ${WRKDIR}/UrbanTerror DATADIR= ${Q3DIR} |