summaryrefslogtreecommitdiff
path: root/x11/kdelibs3/patches
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2006-11-20 09:30:26 +0000
committermarkd <markd@pkgsrc.org>2006-11-20 09:30:26 +0000
commit090d929aae2ff97e202aef65dfe0a799019e1f07 (patch)
treeb82dd5df12dacf14e78c686e177d452a0dca01a9 /x11/kdelibs3/patches
parentb2a38e4373e066087210ccf3067333c30a11055a (diff)
downloadpkgsrc-090d929aae2ff97e202aef65dfe0a799019e1f07.tar.gz
Use CHECK_PORTABILITY_SKIP for kate/tests/highlight.sh - its not a real
script.
Diffstat (limited to 'x11/kdelibs3/patches')
-rw-r--r--x11/kdelibs3/patches/patch-at16
1 files changed, 0 insertions, 16 deletions
diff --git a/x11/kdelibs3/patches/patch-at b/x11/kdelibs3/patches/patch-at
deleted file mode 100644
index 6c52fc3a48a..00000000000
--- a/x11/kdelibs3/patches/patch-at
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-at,v 1.6 2006/10/15 11:25:19 markd Exp $
-
---- kate/tests/highlight.sh.orig 2006-10-16 00:04:26.000000000 +1300
-+++ kate/tests/highlight.sh
-@@ -159,9 +159,9 @@ make destdir=/usr/
-
- # [[ and [ correctly need spaces to be regarded as structure,
- # otherwise they are patterns (currently treated as normal text)
--if [ "$p" == "" ] ; then
-+if [ "$p" = "" ] ; then
- ls /usr/bin/[a-z]*
--elif [[ $p == 0 ]] ; then
-+elif [[ $p = 0 ]] ; then
- ls /usr/share/$p
- fi
-