1bb1ca49ec
------------------------------ 1.8.1 [2007-07-20] Fixes * Applied patch from rafalka: http://sourceforge.net/support/tracker.php?aid=1635389 to fix path behavior on Windows.
15 lines
379 B
Text
15 lines
379 B
Text
$NetBSD: patch-ab,v 1.2 2017/01/08 10:55:51 mef Exp $
|
|
|
|
DESTDIR support
|
|
|
|
--- Makefile.PL.orig 2010-06-25 23:12:07.000000000 +0000
|
|
+++ Makefile.PL
|
|
@@ -22,7 +22,7 @@ sub MY::postamble {
|
|
my $tmp="
|
|
|
|
install ::
|
|
- \$(PERL) postinstall.pl \$(SITEPREFIX) \$(PREFIX)
|
|
+ \$(PERL) postinstall.pl \$(DESTDIR)\$(SITEPREFIX) \$(DESTDIR)\$(PREFIX)
|
|
|
|
|
|
lib/Psh/StrategyBunch.pm : $sb_depends
|