summaryrefslogtreecommitdiff
path: root/games/heretic2-demo
diff options
context:
space:
mode:
authorhasso <hasso@pkgsrc.org>2009-03-10 07:21:53 +0000
committerhasso <hasso@pkgsrc.org>2009-03-10 07:21:53 +0000
commita1ec5fe058a499971365943d4162729f121a62f0 (patch)
treebdd3c8bf02c2f8f71dbd962a3be4e32e889ef0a3 /games/heretic2-demo
parent2b23ac1fa30614ca37ba60c7f97c9def11c4ba95 (diff)
downloadpkgsrc-a1ec5fe058a499971365943d4162729f121a62f0.tar.gz
Fix extracting quake3arena-demo and quake3server on DragonFly the same way
as already done for heretic2-demo. Clarify the comment.
Diffstat (limited to 'games/heretic2-demo')
-rw-r--r--games/heretic2-demo/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/heretic2-demo/Makefile b/games/heretic2-demo/Makefile
index 5a6390d906b..f2bee9b1984 100644
--- a/games/heretic2-demo/Makefile
+++ b/games/heretic2-demo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2009/02/18 10:56:55 abs Exp $
+# $NetBSD: Makefile,v 1.21 2009/03/10 07:21:53 hasso Exp $
#
DISTNAME= heretic2-demo-x86
@@ -24,7 +24,8 @@ USE_TOOLS+= gtar pax
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "DragonFly"
-# system gzip doesn't like the file, but zlib does.
+# DragonFly sed(1) adds trailing newline and it confuses gzip(1). Bsdtar,
+# which doesn't use gzip but zlib, extracts the archive fine though.
TOOLS_PLATFORM.gtar= /usr/bin/bsdtar
.endif