summaryrefslogtreecommitdiff
path: root/graphics/netpbm/patches
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/netpbm/patches')
-rw-r--r--graphics/netpbm/patches/patch-cb13
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/netpbm/patches/patch-cb b/graphics/netpbm/patches/patch-cb
new file mode 100644
index 00000000000..b67aafc6d07
--- /dev/null
+++ b/graphics/netpbm/patches/patch-cb
@@ -0,0 +1,13 @@
+$NetBSD: patch-cb,v 1.1 2006/10/11 18:44:25 rillig Exp $
+
+--- 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