diff options
author | taca <taca> | 2001-06-30 08:20:26 +0000 |
---|---|---|
committer | taca <taca> | 2001-06-30 08:20:26 +0000 |
commit | de71163e62ec5cba8d9bee19215a95f77326fcca (patch) | |
tree | c33030b5deb7a9e6b3797e601f43336ecdfb2b10 /x11/ruby-tk/patches | |
parent | 65875d0643502418906aee9761aa534dcfb7f257 (diff) | |
download | pkgsrc-de71163e62ec5cba8d9bee19215a95f77326fcca.tar.gz |
Importing Ruby interface to the Tk widget set.
This will be part of ruby meta-package.
Moved ruby-Tk to ruby-Tk-mixedcase in the repository [schmonz 2007-06-07]
Diffstat (limited to 'x11/ruby-tk/patches')
-rw-r--r-- | x11/ruby-tk/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/ruby-tk/patches/patch-aa b/x11/ruby-tk/patches/patch-aa new file mode 100644 index 00000000000..053ae465b9a --- /dev/null +++ b/x11/ruby-tk/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2001/06/30 08:20:26 taca Exp $ + +--- sample/tkbiff.rb.orig Fri Aug 13 14:37:52 1999 ++++ sample/tkbiff.rb +@@ -12,7 +12,7 @@ + if ENV['MAIL'] + $spool = ENV['MAIL'] + else +- $spool = '/usr/spool/mail/' + ENV['USER'] ++ $spool = '/var/mail/' + ENV['USER'] + end + else + $spool = ARGV[0] |