diff options
author | feld <feld@FreeBSD.org> | 2014-02-18 00:08:36 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2014-02-18 00:08:36 +0800 |
commit | 00d23a6d1f0d4aaaa4001956244e7285767cc709 (patch) | |
tree | 5543bcbdc0615af7ada8e03388192a7db38dc907 /games | |
parent | 4ded0787acd1cf2417e1c257267a8389923a8e5e (diff) | |
download | freebsd-ports-gnome-00d23a6d1f0d4aaaa4001956244e7285767cc709.tar.gz freebsd-ports-gnome-00d23a6d1f0d4aaaa4001956244e7285767cc709.tar.zst freebsd-ports-gnome-00d23a6d1f0d4aaaa4001956244e7285767cc709.zip |
Cosmetic fixes, update the pkg-descr WWW
antoine pointed out that this needs NO_CDROM.
"Urban Terror is distributed free over the Internet and is covered by
the Quake 3 SDK licence agreement. The mod files may not be sold or
distributed on physical media unless with permission from id Software."
Submitted by: antoine
Diffstat (limited to 'games')
-rw-r--r-- | games/urbanterror-data/Makefile | 3 | ||||
-rw-r--r-- | games/urbanterror-data/pkg-descr | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/games/urbanterror-data/Makefile b/games/urbanterror-data/Makefile index 1406ed743abd..0502cd4f9e20 100644 --- a/games/urbanterror-data/Makefile +++ b/games/urbanterror-data/Makefile @@ -16,6 +16,7 @@ MAINTAINER= kamikaze@bsdforen.de COMMENT= Standalone realism based mod originally for Quake III Arena NO_BUILD= yes +NO_CDROM= yes DATADIR= ${PREFIX}/share/quake3 DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} @@ -25,7 +26,7 @@ URT_REV= ${PORTVERSION:C/([0-9]+\.[0-9]+).*\.([0-9]+)/\2/} PLIST_SUB+= VER=${URT_VER} -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS .include <bsd.port.options.mk> diff --git a/games/urbanterror-data/pkg-descr b/games/urbanterror-data/pkg-descr index 807a9f869444..f2ba6662bdfb 100644 --- a/games/urbanterror-data/pkg-descr +++ b/games/urbanterror-data/pkg-descr @@ -9,4 +9,4 @@ and nice jumps. Urban Terror has 7 game modes, 25 maps and 15 weapons. This port only contains the data, and can be played with ioUrbanTerror (games/iourbanterror) or any other Quake 3 Arena compatible engine. -WWW: http://www.urbanterror.net/ +WWW: http://www.urbanterror.info/ |