diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2005-04-13 04:14:00 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2005-04-13 04:14:00 +0000 |
commit | 8d344d5fd52305ad0ea612972e5833e50bfdb211 (patch) | |
tree | 7c7800c17d1ef458e70ab733f4335eb4c6dff9b1 /math/algotutor/files/patch-algotutor | |
parent | Remove some leftover locale directories. (diff) |
Update to 0.8.2
Notes
Notes:
svn path=/head/; revision=133198
Diffstat (limited to 'math/algotutor/files/patch-algotutor')
-rw-r--r-- | math/algotutor/files/patch-algotutor | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/math/algotutor/files/patch-algotutor b/math/algotutor/files/patch-algotutor index 75e3b475a13d..cccb33fc1bf4 100644 --- a/math/algotutor/files/patch-algotutor +++ b/math/algotutor/files/patch-algotutor @@ -1,18 +1,18 @@ ---- algotutor.orig Wed Jan 19 12:06:33 2005 -+++ algotutor Wed Jan 19 12:09:25 2005 +--- algotutor.orig Tue Apr 12 21:35:39 2005 ++++ algotutor Wed Apr 13 11:50:11 2005 @@ -4,7 +4,7 @@ use strict; use Getopt::Std; -use lib '/usr/share/perl5/algotutor'; -+use lib '!!PREFIX!!/lib/perl5/site_perl/5.8.5/algotutor'; ++use lib '!!PREFIX!!/lib/perl5/site_perl/5.8.6/algotutor'; BEGIN { my ($path) = $0 =~ m#(.*/)#; -@@ -24,7 +24,7 @@ - ); +@@ -33,7 +33,7 @@ + dynprog($opts{a}); + } - getopts('a:s:', \%opts); -die "need exactly one data file. Example:\n\talgotutor -a bst /usr/share/algotutor/data/countries.gr\n" +die "need exactly one data file. Example:\n\talgotutor -a bst !!PREFIX!!/share/algotutor/data/countries.gr\n" unless $#ARGV == 0; |