ports/shells/psh/files/patch-Makefile.PL
Renato Botelho 1cc339cbe4 . Support staging
. Add devel/p5-Term-ReadLine-Perl as dependency, as suggested by install scripts
2013-10-23 23:38:12 +00:00

19 lines
544 B
Perl

--- Makefile.PL.orig 2007-07-06 00:42:01.000000000 -0300
+++ Makefile.PL 2013-10-23 21:22:44.000000000 -0200
@@ -22,7 +22,7 @@
my $tmp="
install ::
- \$(PERL) postinstall.pl \$(SITEPREFIX) \$(PREFIX)
+ \$(PERL) postinstall.pl \$(DESTDIR)\$(SITEPREFIX) \$(DESTDIR)\$(PREFIX)
lib/Psh/StrategyBunch.pm : $sb_depends
@@ -67,6 +67,7 @@
WriteMakefile (
NAME => 'psh',
+ PREFIX => '${PREFIX}',
VERSION_FROM => 'lib/Psh.pm',
AUTHOR => 'Gregor N. Purdy (gregor@focusresearch.com)',
ABSTRACT => 'Perl Shell',