diff options
author | wulf <wulf@pkgsrc.org> | 2003-07-13 04:13:04 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2003-07-13 04:13:04 +0000 |
commit | 7f5ec3a9be2bab98ad920821269aca017c170a6f (patch) | |
tree | b6056005389fa3f52acdf1c0fb02884afea32673 /x11/kdebase3 | |
parent | 3616282aa24dacb7094448cf64f996aec29f75ab (diff) | |
download | pkgsrc-7f5ec3a9be2bab98ad920821269aca017c170a6f.tar.gz |
Fixed incorrect path to perl that caused fileshareset script to fail.
Diffstat (limited to 'x11/kdebase3')
-rw-r--r-- | x11/kdebase3/distinfo | 3 | ||||
-rw-r--r-- | x11/kdebase3/patches/patch-fd | 10 |
2 files changed, 12 insertions, 1 deletions
diff --git a/x11/kdebase3/distinfo b/x11/kdebase3/distinfo index 282711ee7f2..16f580869c6 100644 --- a/x11/kdebase3/distinfo +++ b/x11/kdebase3/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.31 2003/07/08 14:05:06 markd Exp $ +$NetBSD: distinfo,v 1.32 2003/07/13 04:13:04 wulf Exp $ SHA1 (kdebase-3.1.2.tar.bz2) = 2e75e74f902977c497e8bdc15074909009d8c91a Size (kdebase-3.1.2.tar.bz2) = 15229871 bytes @@ -111,3 +111,4 @@ SHA1 (patch-ex) = 989581c86846b7eede2221cb3c4e896f40ad17d5 SHA1 (patch-fa) = fc8d6f0e22548e86ad4d9f328a657c86ea9f51c4 SHA1 (patch-fb) = 5f6895322c186813c43a3426dfe4d57a17090346 SHA1 (patch-fc) = 8bdc76aa9c34e270de2fba14213db0c179c5cd31 +SHA1 (patch-fd) = 42e03e0ffa64a8f45e704dd30bd962bf7a63eca4 diff --git a/x11/kdebase3/patches/patch-fd b/x11/kdebase3/patches/patch-fd new file mode 100644 index 00000000000..a75e228890d --- /dev/null +++ b/x11/kdebase3/patches/patch-fd @@ -0,0 +1,10 @@ +$NetBSD: patch-fd,v 1.1 2003/07/13 04:13:05 wulf Exp $ + +--- kcontrol/fileshare/fileshareset.orig 2003-07-13 13:25:36.000000000 +0930 ++++ kcontrol/fileshare/fileshareset 2003-07-13 13:26:04.000000000 +0930 +@@ -1,4 +1,4 @@ +-#!/usr/bin/perl -T ++#!/usr/bin/env perl + use strict; + + ######################################## |