openbsd-ports/mail/p5-Mail-IMAPClient/patches/patch-Makefile_PL
sthen 3f6d4d2389 fixup Makefile.PLs to generate usable manual pages; avoids pkg_add spam:
"Couldn't find subject in old manpage /usr/local/man/man3p/Mail::IMAPClient::foo.3p
Unknown manpage type /usr/local/man/man3p/Mail::IMAPClient::foo.3p"

regen patch-Makefile_PL while there

ok merdely@
2007-09-18 23:40:57 +00:00

13 lines
364 B
Plaintext

$OpenBSD: patch-Makefile_PL,v 1.2 2007/09/18 23:40:57 sthen Exp $
--- Makefile.PL.orig Sun Oct 5 15:00:36 2003
+++ Makefile.PL Tue Sep 18 23:17:12 2007
@@ -45,8 +45,6 @@ Data::Dumper, and Carp.
=cut
-&set_test_data;
-
sub set_test_data {
unless (-f "./IMAPClient.pm") { warn "ERROR: not in installation directory\n"; return }
return if -f "./test.txt";