diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2013-06-13 06:11:34 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2013-06-13 06:11:34 +0000 |
commit | 5793bef17fa2c9e96cebbd1465dd359437fc547b (patch) | |
tree | 483111c7eaaad535adb3c077bd853372b7d1f175 /math/algotutor/files/patch-algotutor | |
parent | Upgrade to 4.3.0. (diff) |
Don't hard code the perl version. While here, fix MASTER_SITES.
PR: ports/179489
Submitted by: Javad Kouhi <javad dot kouhi at gmail.com>
Notes
Notes:
svn path=/head/; revision=320734
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 5b5fa38e9628..0d3ba55e668c 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.8/algotutor'; ++use lib '!!PREFIX!!/lib/perl5/site_perl/!!PERL_VERSION!!/algotutor'; BEGIN { my ($path) = $0 =~ m#(.*/)#; |