diff options
author | feld <feld@FreeBSD.org> | 2014-02-18 00:34:02 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2014-02-18 00:34:02 +0800 |
commit | 994a031a8493be76bdc4a492c09b91ca93571bd0 (patch) | |
tree | a8d1ce9eac0d81613b5bf3a3f469e8c975fbe934 | |
parent | 53c0aa8e3bc07bdf05192501fc614ab31556c67d (diff) | |
download | freebsd-ports-gnome-994a031a8493be76bdc4a492c09b91ca93571bd0.tar.gz freebsd-ports-gnome-994a031a8493be76bdc4a492c09b91ca93571bd0.tar.zst freebsd-ports-gnome-994a031a8493be76bdc4a492c09b91ca93571bd0.zip |
NO_CDROM should contain same message as in LEGAL
Submitted by: eadler
-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 0502cd4f9e20..48a8d638e241 100644 --- a/games/urbanterror-data/Makefile +++ b/games/urbanterror-data/Makefile @@ -16,7 +16,7 @@ MAINTAINER= kamikaze@bsdforen.de COMMENT= Standalone realism based mod originally for Quake III Arena NO_BUILD= yes -NO_CDROM= yes +NO_CDROM= The mod files may not be sold or distributed on physical media unless with permission from id Software. DATADIR= ${PREFIX}/share/quake3 DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} |