pkgsrc/x11/ruby-tk/patches/patch-aa
taca 10f07ff513 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]
2001-06-30 08:20:26 +00:00

13 lines
326 B
Text

$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]