summaryrefslogtreecommitdiff
path: root/mk/defs.SunOS.mk
diff options
context:
space:
mode:
authorgrant <grant>2004-01-08 14:53:06 +0000
committergrant <grant>2004-01-08 14:53:06 +0000
commita563cbd7d64e702fe8c966e3cc3c41738e2304df (patch)
treec22c7cafe0c5d7e12e7781e1c7fc59ab082a36a6 /mk/defs.SunOS.mk
parent0be89a9bcd29154cac67405ff8ec29cd497d32c9 (diff)
downloadpkgsrc-a563cbd7d64e702fe8c966e3cc3c41738e2304df.tar.gz
use gzip -cd instead of gzcat(1), which doesn't always exist.
Diffstat (limited to 'mk/defs.SunOS.mk')
-rw-r--r--mk/defs.SunOS.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/defs.SunOS.mk b/mk/defs.SunOS.mk
index 44f6853e2cf..6ed14f29e05 100644
--- a/mk/defs.SunOS.mk
+++ b/mk/defs.SunOS.mk
@@ -1,4 +1,4 @@
-# $NetBSD: defs.SunOS.mk,v 1.74 2003/12/16 23:07:42 heinz Exp $
+# $NetBSD: defs.SunOS.mk,v 1.75 2004/01/08 14:53:06 grant Exp $
#
# Variable definitions for the SunOS/Solaris operating system.
@@ -35,7 +35,7 @@ GZIP?= -9
GZIP_CMD?= ${LOCALBASE}/bin/gzip -nf ${GZIP}
.elif exists(/usr/bin/gzip)
GUNZIP_CMD?= /usr/bin/gunzip -f
-GZCAT?= /usr/bin/gzcat
+GZCAT?= /usr/bin/gzip -cd
GZIP?= -9
GZIP_CMD?= /usr/bin/gzip -nf ${GZIP}
.endif