summaryrefslogtreecommitdiff
path: root/math/algotutor/files/patch-algotutor
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-06-13 07:01:20 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-06-13 07:01:20 +0000
commit61b8c71a60e36f0f3db9d37aa919972c4adbacf0 (patch)
treee9dc47b30f70ebbec11dee2c06c44512a9c42c47 /math/algotutor/files/patch-algotutor
parentFix make patch not stopping in case a patch does not apply cleanly with bmake. (diff)
- Utilize SITE_PERL instead of raw PERL_VER or PERL_VERSION.
Approved by: kevlo@ (via IRC)
Notes
Notes: svn path=/head/; revision=320738
Diffstat (limited to 'math/algotutor/files/patch-algotutor')
-rw-r--r--math/algotutor/files/patch-algotutor2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/algotutor/files/patch-algotutor b/math/algotutor/files/patch-algotutor
index 7eda362ab7de..a12946b54e00 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/!!PERL_VER!!/algotutor';
++use lib '!!SITE_PERL!!/algotutor';
BEGIN {
my ($path) = $0 =~ m#(.*/)#;