diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-11-09 20:09:18 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-11-09 20:09:18 +0000 |
commit | 13ca35d735c778e253b60c05151bec5008b3b7ef (patch) | |
tree | e3482b8dd3af307d868ccdb92adcce3803de14db /devel/p5-Config-Auto/files/patch-Makefile.PL | |
parent | Update to 3.0.1 (diff) |
Fix the context of some patches so that they apply with stricter patch(1)
PR: 223545
With hat: portmgr
Diffstat (limited to 'devel/p5-Config-Auto/files/patch-Makefile.PL')
-rw-r--r-- | devel/p5-Config-Auto/files/patch-Makefile.PL | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/devel/p5-Config-Auto/files/patch-Makefile.PL b/devel/p5-Config-Auto/files/patch-Makefile.PL index 1f2bac930ac3..62f90e9bc736 100644 --- a/devel/p5-Config-Auto/files/patch-Makefile.PL +++ b/devel/p5-Config-Auto/files/patch-Makefile.PL @@ -1,12 +1,14 @@ ---- Makefile.PL.orig Sun Sep 28 13:41:23 2003 -+++ Makefile.PL Sun Sep 28 13:42:32 2003 -@@ -29,4 +29,9 @@ - AUTHOR => 'Jos I. Boumans <kane@cpan.org>') - : () - ), +--- Makefile.PL.orig 2013-05-12 15:18:54 UTC ++++ Makefile.PL +@@ -29,6 +29,11 @@ WriteMakefile1( + LICENSE => 'perl', + META_MERGE => { + resources => { + + 'MAN3PODS' => { + 'lib/Config/Auto.pm' => '$(INST_MAN3DIR)/Config::Auto.$(MAN3EXT)', + }, + - ); + repository => 'https://github.com/jib/config-auto', + }, + }, |