diff options
Diffstat (limited to 'devel/p5-ExtUtils-MakeMaker/patches/patch-ac')
-rw-r--r-- | devel/p5-ExtUtils-MakeMaker/patches/patch-ac | 45 |
1 files changed, 6 insertions, 39 deletions
diff --git a/devel/p5-ExtUtils-MakeMaker/patches/patch-ac b/devel/p5-ExtUtils-MakeMaker/patches/patch-ac index 90e707c5f0a..fb67d289db9 100644 --- a/devel/p5-ExtUtils-MakeMaker/patches/patch-ac +++ b/devel/p5-ExtUtils-MakeMaker/patches/patch-ac @@ -1,46 +1,13 @@ -$NetBSD: patch-ac,v 1.1 2006/04/10 18:24:34 jlam Exp $ +$NetBSD: patch-ac,v 1.2 2008/07/26 19:11:54 he Exp $ ---- lib/ExtUtils/MakeMaker.pm.orig 2005-05-20 19:08:36.000000000 -0400 +--- lib/ExtUtils/MakeMaker.pm.orig 2008-02-29 01:06:55.000000000 +0100 +++ lib/ExtUtils/MakeMaker.pm -@@ -222,7 +222,7 @@ sub full_setup { - INSTALLMAN1DIR INSTALLMAN3DIR - INSTALLSITEMAN1DIR INSTALLSITEMAN3DIR - INSTALLVENDORMAN1DIR INSTALLVENDORMAN3DIR -- INSTALLSCRIPT -+ INSTALLSCRIPT INSTALLSITESCRIPT INSTALLVENDORSCRIPT - PERL_LIB PERL_ARCHLIB - SITELIBEXP SITEARCHEXP - -@@ -1545,7 +1545,7 @@ Defaults to $Config{installprivlib}. - =item INSTALLSCRIPT +@@ -1660,7 +1660,7 @@ If set to 'none', no man pages will be i + =item INSTALLVENDORSCRIPT Used by 'make install' which copies files from INST_SCRIPT to this --directory. -+directory if INSTALLDIRS is set to perl. - - =item INSTALLSITEARCH - -@@ -1572,6 +1572,11 @@ $(SITEPREFIX)/man/man$(MAN*EXT). - - If set to 'none', no man pages will be installed. - -+=item INSTALLSITESCRIPT -+ -+Used by 'make install' which copies files from INST_SCRIPT to this -+directory if INSTALLDIRS is set to site (default). -+ - =item INSTALLVENDORARCH - - Used by 'make install', which copies files from INST_ARCHLIB to this -@@ -1596,6 +1601,11 @@ INSTALLDIRS=vendor. Defaults to $(VENDO - - If set to 'none', no man pages will be installed. - -+=item INSTALLVENDORSCRIPT -+ -+Used by 'make install' which copies files from INST_SCRIPT to this +-directory if INSTALLDIRS is set to is set to vendor. +directory if INSTALLDIRS is set to vendor. -+ + =item INST_ARCHLIB - Same as INST_LIB for architecture dependent files. |