1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Don't install/append to perllocal.pod.

Reported by:	pointyhat via kris
This commit is contained in:
Hajimu UMEMOTO 2004-12-11 20:16:30 +00:00
parent 681b01ada2
commit c662cddc6b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123748
10 changed files with 150 additions and 0 deletions

View File

@ -0,0 +1,15 @@
Index: perl/imap/Makefile.PL
diff -u perl/imap/Makefile.PL.orig perl/imap/Makefile.PL
--- perl/imap/Makefile.PL.orig Thu Oct 23 03:50:18 2003
+++ perl/imap/Makefile.PL Sun Dec 12 04:20:10 2004
@@ -70,3 +70,10 @@
'INC' => "-I../../lib $SASL_INC $OPENSSL_INC",
'EXE_FILES' => [cyradm],
);
+
+package MY;
+sub install {
+ my $inherited = shift->SUPER::install(@_);
+ $inherited =~ s/(install :: all pure_install) doc_install/$1/;
+ $inherited;
+}

View File

@ -0,0 +1,15 @@
Index: perl/sieve/managesieve/Makefile.PL
diff -u perl/sieve/managesieve/Makefile.PL.orig perl/sieve/managesieve/Makefile.PL
--- perl/sieve/managesieve/Makefile.PL.orig Thu Oct 23 03:50:27 2003
+++ perl/sieve/managesieve/Makefile.PL Sun Dec 12 04:21:55 2004
@@ -64,3 +64,10 @@
'DEFINE' => '-DPERL_POLLUTE', # e.g., '-DHAVE_SOMETHING'
'INC' => "-I../lib/ -I../../../lib/ $SASL_INC",
);
+
+package MY;
+sub install {
+ my $inherited = shift->SUPER::install(@_);
+ $inherited =~ s/(install :: all pure_install) doc_install/$1/;
+ $inherited;
+}

View File

@ -0,0 +1,15 @@
Index: perl/imap/Makefile.PL
diff -u perl/imap/Makefile.PL.orig perl/imap/Makefile.PL
--- perl/imap/Makefile.PL.orig Thu Oct 23 03:50:18 2003
+++ perl/imap/Makefile.PL Sun Dec 12 04:20:10 2004
@@ -70,3 +70,10 @@
'INC' => "-I../../lib $SASL_INC $OPENSSL_INC",
'EXE_FILES' => [cyradm],
);
+
+package MY;
+sub install {
+ my $inherited = shift->SUPER::install(@_);
+ $inherited =~ s/(install :: all pure_install) doc_install/$1/;
+ $inherited;
+}

View File

@ -0,0 +1,15 @@
Index: perl/sieve/managesieve/Makefile.PL
diff -u perl/sieve/managesieve/Makefile.PL.orig perl/sieve/managesieve/Makefile.PL
--- perl/sieve/managesieve/Makefile.PL.orig Thu Oct 23 03:50:27 2003
+++ perl/sieve/managesieve/Makefile.PL Sun Dec 12 04:21:55 2004
@@ -64,3 +64,10 @@
'DEFINE' => '-DPERL_POLLUTE', # e.g., '-DHAVE_SOMETHING'
'INC' => "-I../lib/ -I../../../lib/ $SASL_INC $OPENSSL_INC",
);
+
+package MY;
+sub install {
+ my $inherited = shift->SUPER::install(@_);
+ $inherited =~ s/(install :: all pure_install) doc_install/$1/;
+ $inherited;
+}

View File

@ -0,0 +1,15 @@
Index: perl/imap/Makefile.PL
diff -u perl/imap/Makefile.PL.orig perl/imap/Makefile.PL
--- perl/imap/Makefile.PL.orig Thu Oct 23 03:50:18 2003
+++ perl/imap/Makefile.PL Sun Dec 12 04:20:10 2004
@@ -70,3 +70,10 @@
'INC' => "-I../../lib $SASL_INC $OPENSSL_INC",
'EXE_FILES' => [cyradm],
);
+
+package MY;
+sub install {
+ my $inherited = shift->SUPER::install(@_);
+ $inherited =~ s/(install :: all pure_install) doc_install/$1/;
+ $inherited;
+}

View File

@ -0,0 +1,15 @@
Index: perl/sieve/managesieve/Makefile.PL
diff -u perl/sieve/managesieve/Makefile.PL.orig perl/sieve/managesieve/Makefile.PL
--- perl/sieve/managesieve/Makefile.PL.orig Thu Oct 23 03:50:27 2003
+++ perl/sieve/managesieve/Makefile.PL Sun Dec 12 04:21:55 2004
@@ -64,3 +64,10 @@
'DEFINE' => '-DPERL_POLLUTE', # e.g., '-DHAVE_SOMETHING'
'INC' => "-I../lib/ -I../../../lib/ $SASL_INC $OPENSSL_INC",
);
+
+package MY;
+sub install {
+ my $inherited = shift->SUPER::install(@_);
+ $inherited =~ s/(install :: all pure_install) doc_install/$1/;
+ $inherited;
+}

View File

@ -0,0 +1,15 @@
Index: perl/imap/Makefile.PL
diff -u perl/imap/Makefile.PL.orig perl/imap/Makefile.PL
--- perl/imap/Makefile.PL.orig Thu Oct 23 03:50:18 2003
+++ perl/imap/Makefile.PL Sun Dec 12 04:20:10 2004
@@ -70,3 +70,10 @@
'INC' => "-I../../lib $SASL_INC $OPENSSL_INC",
'EXE_FILES' => [cyradm],
);
+
+package MY;
+sub install {
+ my $inherited = shift->SUPER::install(@_);
+ $inherited =~ s/(install :: all pure_install) doc_install/$1/;
+ $inherited;
+}

View File

@ -0,0 +1,15 @@
Index: perl/sieve/managesieve/Makefile.PL
diff -u perl/sieve/managesieve/Makefile.PL.orig perl/sieve/managesieve/Makefile.PL
--- perl/sieve/managesieve/Makefile.PL.orig Thu Oct 23 03:50:27 2003
+++ perl/sieve/managesieve/Makefile.PL Sun Dec 12 04:21:55 2004
@@ -64,3 +64,10 @@
'DEFINE' => '-DPERL_POLLUTE', # e.g., '-DHAVE_SOMETHING'
'INC' => "-I../lib/ -I../../../lib/ $SASL_INC $OPENSSL_INC",
);
+
+package MY;
+sub install {
+ my $inherited = shift->SUPER::install(@_);
+ $inherited =~ s/(install :: all pure_install) doc_install/$1/;
+ $inherited;
+}

View File

@ -0,0 +1,15 @@
Index: perl/imap/Makefile.PL
diff -u perl/imap/Makefile.PL.orig perl/imap/Makefile.PL
--- perl/imap/Makefile.PL.orig Thu Oct 23 03:50:18 2003
+++ perl/imap/Makefile.PL Sun Dec 12 04:20:10 2004
@@ -70,3 +70,10 @@
'INC' => "-I../../lib $SASL_INC $OPENSSL_INC",
'EXE_FILES' => [cyradm],
);
+
+package MY;
+sub install {
+ my $inherited = shift->SUPER::install(@_);
+ $inherited =~ s/(install :: all pure_install) doc_install/$1/;
+ $inherited;
+}

View File

@ -0,0 +1,15 @@
Index: perl/sieve/managesieve/Makefile.PL
diff -u perl/sieve/managesieve/Makefile.PL.orig perl/sieve/managesieve/Makefile.PL
--- perl/sieve/managesieve/Makefile.PL.orig Thu Oct 23 03:50:27 2003
+++ perl/sieve/managesieve/Makefile.PL Sun Dec 12 04:21:55 2004
@@ -64,3 +64,10 @@
'DEFINE' => '-DPERL_POLLUTE', # e.g., '-DHAVE_SOMETHING'
'INC' => "-I../lib/ -I../../../lib/ $SASL_INC $OPENSSL_INC",
);
+
+package MY;
+sub install {
+ my $inherited = shift->SUPER::install(@_);
+ $inherited =~ s/(install :: all pure_install) doc_install/$1/;
+ $inherited;
+}