summaryrefslogtreecommitdiff
path: root/net/kdenetwork3/patches
diff options
context:
space:
mode:
authorwulf <wulf@pkgsrc.org>2003-07-13 08:19:21 +0000
committerwulf <wulf@pkgsrc.org>2003-07-13 08:19:21 +0000
commitd68db5cdbba5e19f457d339f406f10108ff0dbf0 (patch)
tree6723e633573c6c25989aac78b8ae67a02afc1870 /net/kdenetwork3/patches
parent709789fb537eda799868d79e14175e7093d4643e (diff)
downloadpkgsrc-d68db5cdbba5e19f457d339f406f10108ff0dbf0.tar.gz
Fixed incorrect path to perl utility in dsirc script.
Diffstat (limited to 'net/kdenetwork3/patches')
-rw-r--r--net/kdenetwork3/patches/patch-an10
1 files changed, 10 insertions, 0 deletions
diff --git a/net/kdenetwork3/patches/patch-an b/net/kdenetwork3/patches/patch-an
new file mode 100644
index 00000000000..d5a3262a3cb
--- /dev/null
+++ b/net/kdenetwork3/patches/patch-an
@@ -0,0 +1,10 @@
+$NetBSD: patch-an,v 1.3 2003/07/13 08:19:22 wulf Exp $
+
+--- ksirc/dsirc.orig 2003-07-13 17:41:52.000000000 +0930
++++ ksirc/dsirc 2003-07-13 17:42:01.000000000 +0930
+@@ -1,4 +1,4 @@
+-#!/usr/bin/perl
++#!/usr/bin/env perl
+
+ # dsirc: dumb-mode small irc client in perl
+ # by orabidoo <roger.espel.llima@pobox.com>