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:
parent
681b01ada2
commit
c662cddc6b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123748
15
mail/cyrus-imapd/files/patch-perl::imap::Makefile.PL
Normal file
15
mail/cyrus-imapd/files/patch-perl::imap::Makefile.PL
Normal 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;
|
||||
+}
|
@ -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;
|
||||
+}
|
15
mail/cyrus-imapd2/files/patch-perl::imap::Makefile.PL
Normal file
15
mail/cyrus-imapd2/files/patch-perl::imap::Makefile.PL
Normal 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;
|
||||
+}
|
@ -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;
|
||||
+}
|
15
mail/cyrus-imapd22/files/patch-perl::imap::Makefile.PL
Normal file
15
mail/cyrus-imapd22/files/patch-perl::imap::Makefile.PL
Normal 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;
|
||||
+}
|
@ -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;
|
||||
+}
|
15
mail/cyrus-imapd23/files/patch-perl::imap::Makefile.PL
Normal file
15
mail/cyrus-imapd23/files/patch-perl::imap::Makefile.PL
Normal 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;
|
||||
+}
|
@ -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;
|
||||
+}
|
15
mail/cyrus-imapd24/files/patch-perl::imap::Makefile.PL
Normal file
15
mail/cyrus-imapd24/files/patch-perl::imap::Makefile.PL
Normal 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;
|
||||
+}
|
@ -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;
|
||||
+}
|
Loading…
Reference in New Issue
Block a user