diff options
author | tron <tron@pkgsrc.org> | 2001-03-23 14:09:23 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-03-23 14:09:23 +0000 |
commit | aa40aef12eade434b687f91721f8cc535c5641b9 (patch) | |
tree | f5d564fb9ed6adeab8104caaf9fe39a18e586817 /mk | |
parent | ad48f29605bc24ee136a761ef53c47922f7bba41 (diff) | |
download | pkgsrc-aa40aef12eade434b687f91721f8cc535c5641b9.tar.gz |
Use "tar" coming with Zoularis under Solaris.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 0f8a6594285..37402bb2273 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.693 2001/03/21 12:12:25 agc Exp $ +# $NetBSD: bsd.pkg.mk,v 1.694 2001/03/23 14:09:23 tron Exp $ # # This file is in the public domain. # @@ -537,7 +537,7 @@ FALSE?= /usr/bin/false FILE?= /usr/bin/file FIND?= /usr/bin/find GREP?= /usr/bin/grep -GTAR?= ${LOCALBASE}/bin/gtar +GTAR?= ${LOCALBASE}/bsd/bin/tar .if exists(/usr/bin/gzip) GUNZIP_CMD?= /usr/bin/gunzip -f GZCAT?= /usr/bin/gzcat |