pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk Do the SunOS-style pax-as-tar walk.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8b0f59dc1131
branches:  trunk
changeset: 470763:8b0f59dc1131
user:      tv <tv%pkgsrc.org@localhost>
date:      Thu Mar 11 20:54:09 2004 +0000

description:
Do the SunOS-style pax-as-tar walk.

diffstat:

 mk/defs.Interix.mk |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (33 lines):

diff -r fac9f886dda3 -r 8b0f59dc1131 mk/defs.Interix.mk
--- a/mk/defs.Interix.mk        Thu Mar 11 20:53:17 2004 +0000
+++ b/mk/defs.Interix.mk        Thu Mar 11 20:54:09 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: defs.Interix.mk,v 1.2 2004/03/11 19:37:42 tv Exp $
+# $NetBSD: defs.Interix.mk,v 1.3 2004/03/11 20:54:09 tv Exp $
 #
 # Variable definitions for the Interix operating system.
 
@@ -23,7 +23,11 @@
 FIND?=         /bin/find
 GMAKE?=                ${LOCALBASE}/bin/gmake
 GREP?=         /bin/grep
+.if exists(${LOCALBASE}/bin/gtar)
+GTAR?=         ${LOCALBASE}/bin/gtar
+.else
 GTAR?=         ${LOCALBASE}/bin/tar
+.endif
 GUNZIP_CMD?=   /usr/contrib/bin/gunzip -f
 GZCAT?=                /usr/contrib/bin/gunzip -c
 GZIP?=         -9
@@ -61,11 +65,7 @@
 SORT?=         /bin/sort
 SU?=           /bin/su
 TAIL?=         /bin/tail
-.if exists(${LOCALBASE}/bin/tar)
 TAR?=          ${LOCALBASE}/bin/tar
-.else
-TAR?=          /bin/tar
-.endif
 TEE?=          /bin/tee
 TEST?=         test                            # Shell builtin
 TOUCH?=                /bin/touch



Home | Main Index | Thread Index | Old Index