diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2007-01-08 13:28:21 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2007-01-08 13:28:21 +0000 |
commit | 419a4a440e618e32593ee46f8b7120e95eb7afbb (patch) | |
tree | fcf197707ba69814679d660a011ae03a0ff2127c /math/algotutor/files/patch-algotutor | |
parent | - Update to 1.0.3 (diff) |
- Remove build-time Perl dependency
- Update MASTER_SITES
- Bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=181777
Diffstat (limited to 'math/algotutor/files/patch-algotutor')
-rw-r--r-- | math/algotutor/files/patch-algotutor | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/algotutor/files/patch-algotutor b/math/algotutor/files/patch-algotutor index cccb33fc1bf4..dcc1ba0fe824 100644 --- a/math/algotutor/files/patch-algotutor +++ b/math/algotutor/files/patch-algotutor @@ -5,7 +5,7 @@ use strict; use Getopt::Std; -use lib '/usr/share/perl5/algotutor'; -+use lib '!!PREFIX!!/lib/perl5/site_perl/5.8.6/algotutor'; ++use lib '!!PREFIX!!/lib/perl5/site_perl/5.8.8/algotutor'; BEGIN { my ($path) = $0 =~ m#(.*/)#; |