summaryrefslogtreecommitdiff
path: root/graphics/netpbm/patches/patch-cb
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/netpbm/patches/patch-cb')
-rw-r--r--graphics/netpbm/patches/patch-cb16
1 files changed, 0 insertions, 16 deletions
diff --git a/graphics/netpbm/patches/patch-cb b/graphics/netpbm/patches/patch-cb
deleted file mode 100644
index 68a03ddb1d4..00000000000
--- a/graphics/netpbm/patches/patch-cb
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-cb,v 1.2 2014/08/25 08:23:22 wiz Exp $
-
-Fix unportablet test(1) construct.
-Will be included in next Advanced release.
-
---- buildtools/installosf.orig 2002-01-29 05:03:15.000000000 +0100
-+++ buildtools/installosf 2006-10-11 20:41:35.000000000 +0200
-@@ -17,7 +17,7 @@ while [ $# -gt 0 ]; do
- elif [ "$1" = "-m" ]; then
- shift
- PERMISSIONS=$1
-- elif [ ${SOURCE_FILE}x == x ]; then
-+ elif [ ${SOURCE_FILE}x = x ]; then
- SOURCE_FILE=$1
- else
- TARGET_DIR=$1