diff options
Diffstat (limited to 'devel/p5-Dir-Project/files/patch-Makefile.PL')
-rw-r--r-- | devel/p5-Dir-Project/files/patch-Makefile.PL | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/p5-Dir-Project/files/patch-Makefile.PL b/devel/p5-Dir-Project/files/patch-Makefile.PL new file mode 100644 index 000000000000..99180c3916a1 --- /dev/null +++ b/devel/p5-Dir-Project/files/patch-Makefile.PL @@ -0,0 +1,11 @@ +--- Makefile.PL.orig 2013-10-29 14:04:03.000000000 +0800 ++++ Makefile.PL 2013-10-29 14:04:10.000000000 +0800 +@@ -11,7 +11,7 @@ use Config; + + sub MY::postamble { + q{ +-INSTALLLIB = $(PERLPREFIX)/lib ++INSTALLLIB = $(DESTDIR)$(PERLPREFIX)/lib + + install:: + cp project_dir.mk $(INSTALLLIB) |