blob: 867521d3ed5f1d0fe00bd1bb3545ebd0b1a00c65 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- 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',
|