diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-03-16 13:33:12 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-03-16 13:33:12 +0000 |
commit | fbb29e3771833fd0a43672001a16a5eb4fdf653a (patch) | |
tree | fdfd3c91c337e4c1f8872972bcdb942827f94e6e /games/quake3-data | |
parent | bbd1d00f94ff5d55c3fa61dadae24bfdda7eb31d (diff) |
- Trim Makefile header per new style guidelines
- Convert to contemporary OPTIONS framework
- Cleanup Makefiles, fix a typo, reword pkg-descr
- Add a hint where to look for data port logic description to quake3-data
port and terminate an URL with slash while here
Notes
Notes:
svn path=/head/; revision=314353
Diffstat (limited to 'games/quake3-data')
-rw-r--r-- | games/quake3-data/Makefile.include | 5 | ||||
-rw-r--r-- | games/quake3-data/pkg-descr | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/games/quake3-data/Makefile.include b/games/quake3-data/Makefile.include index 3cfd8705ab2f..217386828243 100644 --- a/games/quake3-data/Makefile.include +++ b/games/quake3-data/Makefile.include @@ -1,8 +1,9 @@ -# Makefile for defining variables used by other Quake3 related ports +# Makefile for defining variables used by other Quake3 related ports. See +# `games/quake2-data/Makefile.include' for extensive description. # Set variables -Q3PKGNAMEPREFIX?=quake3- +Q3PKGNAMEPREFIX?= quake3- Q3DIR?= ${PREFIX}/share/quake3 # Add them to the environment diff --git a/games/quake3-data/pkg-descr b/games/quake3-data/pkg-descr index 5bf3cce93ce2..4e846cec5a86 100644 --- a/games/quake3-data/pkg-descr +++ b/games/quake3-data/pkg-descr @@ -6,4 +6,4 @@ the update, and has an option to install Quake III Team Arena data files. You still need to have a legitimate copy of the game in order to obtain the *.pk3 files. -WWW: http://www.idsoftware.com/games/quake/quake3-arena +WWW: http://www.idsoftware.com/games/quake/quake3-arena/ |