Thu Feb 27 08:47:32 2014 UTC ()
fixes copy & paste fault for xz.


(obache)
diff -r1.6 -r1.7 pkgsrc/mk/tools/tools.Cygwin.mk

cvs diff -r1.6 -r1.7 pkgsrc/mk/tools/tools.Cygwin.mk (expand / switch to unified diff)

--- pkgsrc/mk/tools/tools.Cygwin.mk 2014/02/14 07:43:46 1.6
+++ pkgsrc/mk/tools/tools.Cygwin.mk 2014/02/27 08:47:32 1.7
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: tools.Cygwin.mk,v 1.6 2014/02/14 07:43:46 obache Exp $ 1# $NetBSD: tools.Cygwin.mk,v 1.7 2014/02/27 08:47:32 obache Exp $
2# 2#
3# System-supplied tools for the Cygwin operating system. 3# System-supplied tools for the Cygwin operating system.
4 4
5TOOLS_PLATFORM.[?= [ # shell builtin 5TOOLS_PLATFORM.[?= [ # shell builtin
6TOOLS_PLATFORM.awk?= /bin/awk 6TOOLS_PLATFORM.awk?= /bin/awk
7TOOLS_PLATFORM.basename?= /bin/basename 7TOOLS_PLATFORM.basename?= /bin/basename
8TOOLS_PLATFORM.bash?= /bin/bash 8TOOLS_PLATFORM.bash?= /bin/bash
9.if exists(/bin/bison) 9.if exists(/bin/bison)
10TOOLS_PLATFORM.bison?= /bin/bison 10TOOLS_PLATFORM.bison?= /bin/bison
11TOOLS_PLATFORM.bison-yacc?= /bin/bison -y 11TOOLS_PLATFORM.bison-yacc?= /bin/bison -y
12.endif 12.endif
13.if exists(/bin/bsdtar) 13.if exists(/bin/bsdtar)
14TOOLS_PLATFORM.bsdtar?= /bin/bsdtar 14TOOLS_PLATFORM.bsdtar?= /bin/bsdtar
@@ -132,21 +132,21 @@ TOOLS_PLATFORM.tr?= /bin/tr @@ -132,21 +132,21 @@ TOOLS_PLATFORM.tr?= /bin/tr
132TOOLS_PLATFORM.true?= true # shell builtin 132TOOLS_PLATFORM.true?= true # shell builtin
133TOOLS_PLATFORM.tsort?= /bin/tsort 133TOOLS_PLATFORM.tsort?= /bin/tsort
134.if exists(/bin/unzip) 134.if exists(/bin/unzip)
135TOOLS_PLATFORM.unzip?= /bin/unzip 135TOOLS_PLATFORM.unzip?= /bin/unzip
136.endif 136.endif
137TOOLS_PLATFORM.wc?= /bin/wc 137TOOLS_PLATFORM.wc?= /bin/wc
138.if exists(/bin/wget) 138.if exists(/bin/wget)
139TOOLS_PLATFORM.wget?= /bin/wget 139TOOLS_PLATFORM.wget?= /bin/wget
140.endif 140.endif
141TOOLS_PLATFORM.xargs?= /bin/xargs -r 141TOOLS_PLATFORM.xargs?= /bin/xargs -r
142.if exists(/bin/xgettext) 142.if exists(/bin/xgettext)
143TOOLS_PLATFORM.xgettext?= /bin/xgettext 143TOOLS_PLATFORM.xgettext?= /bin/xgettext
144.endif 144.endif
145TOOLS_PLATFORM.xzcat?= /bin/xz 145TOOLS_PLATFORM.xz?= /bin/xz
146TOOLS_PLATFORM.xzcat?= /bin/xzcat 146TOOLS_PLATFORM.xzcat?= /bin/xzcat
147.if exists(/bin/yacc) 147.if exists(/bin/yacc)
148TOOLS_PLATFORM.yacc?= /bin/yacc 148TOOLS_PLATFORM.yacc?= /bin/yacc
149.endif 149.endif
150.if exists(/bin/zip) 150.if exists(/bin/zip)
151TOOLS_PLATFORM.zip?= /bin/zip 151TOOLS_PLATFORM.zip?= /bin/zip
152.endif 152.endif