mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-05 02:38:54 -04:00
14 lines
364 B
Plaintext
14 lines
364 B
Plaintext
$NetBSD: patch-ab,v 1.1 2010/06/25 23:16:27 joerg Exp $
|
|
|
|
--- 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
|