diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-05-12 13:00:07 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-05-12 13:00:07 +0000 |
commit | c23e6e8c43941e777fe53b23b875682f24161929 (patch) | |
tree | 681f2350239e886f37ff6efb61d6978d24b1a3db /games/quake3-excessive | |
parent | 959840222913e8b9349f659cb6fc3307260e8796 (diff) |
Cleanup quake3-data a bit more:
- Remove USE_CRLF knob: instead, when extracting ZIP archives, ask it to
convert text files to Unix style. This should be no-op change, as all
consumers of USE_CRLF also USE_ZIP
- While here, remove unneeded output redirection in `do-extract' target
Notes
Notes:
svn path=/head/; revision=317955
Diffstat (limited to 'games/quake3-excessive')
-rw-r--r-- | games/quake3-excessive/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/quake3-excessive/Makefile b/games/quake3-excessive/Makefile index 0abd45363e57..e6fa3e81d895 100644 --- a/games/quake3-excessive/Makefile +++ b/games/quake3-excessive/Makefile @@ -19,7 +19,6 @@ COMMENT= Quake III Arena Mod: Excessive WRKSRC= ${WRKDIR}/${PORTNAME} USE_ZIP= yes -USE_CRLF= yes NO_BUILD= yes DATADIR= ${Q3DIR}/${PORTNAME} |