diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2002-09-12 17:22:03 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2002-09-12 17:22:03 +0000 |
commit | f85143b8bfbe68ca203b7904b682a189d18ce879 (patch) | |
tree | 6074a0f205f6c0702d4dec57593242a626cfd8d9 /textproc/p5-Pod-Parser/files | |
parent | Update to use kde3. Bump PORTREVISION. Maintainer notified of change. (diff) |
Palliative fix for Makefile.PL
Notes
Notes:
svn path=/head/; revision=66214
Diffstat (limited to 'textproc/p5-Pod-Parser/files')
-rw-r--r-- | textproc/p5-Pod-Parser/files/patch-Makefile.PL | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/p5-Pod-Parser/files/patch-Makefile.PL b/textproc/p5-Pod-Parser/files/patch-Makefile.PL new file mode 100644 index 000000000000..94fb1e7dfb65 --- /dev/null +++ b/textproc/p5-Pod-Parser/files/patch-Makefile.PL @@ -0,0 +1,11 @@ +--- Makefile.PL.orig Fri Aug 11 01:41:59 2000 ++++ Makefile.PL Thu Sep 12 21:17:34 2002 +@@ -4,6 +4,8 @@ + # you can redistribute it and/or modify it under the same terms + # as Perl itself. + ++use Config; ++use lib $Config{installsitelib}; + BEGIN { + require 5.005; + eval { require File::Spec }; |