Subject: CVS commit: pkgsrc/games/quake3arena
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 01/14/2006 03:22:51
Module Name:	pkgsrc
Committed By:	jlam
Date:		Sat Jan 14 03:22:51 UTC 2006

Modified Files:
	pkgsrc/games/quake3arena: Makefile

Log Message:
sed(1) always appends a newline to every output line, which can cause
misdetection of the gzipped tarball that is appended to the *.run script
when sed strips off the first 266 lines.  Use tail instead to avoid
the problem.


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 pkgsrc/games/quake3arena/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.