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@
This commit is contained in:
sthen 2007-09-18 23:40:57 +00:00
parent d2f4eba081
commit 3f6d4d2389
4 changed files with 29 additions and 7 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.17 2007/09/16 00:17:06 merdely Exp $
# $OpenBSD: Makefile,v 1.18 2007/09/18 23:40:57 sthen Exp $
COMMENT= perl module for an IMAP Client API
VERSION= 2.2.9
DISTNAME= Mail-IMAPClient-${VERSION}
PKGNAME= p5-${DISTNAME}p0
PKGNAME= p5-${DISTNAME}p1
CATEGORIES= mail
# Artistic

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-BodyStructure_Parse_Makefile_PL,v 1.1 2007/09/18 23:40:57 sthen Exp $
--- BodyStructure/Parse/Makefile.PL.orig Wed Sep 19 00:14:20 2007
+++ BodyStructure/Parse/Makefile.PL Wed Sep 19 00:15:28 2007
@@ -37,6 +37,7 @@ sub MY::postamble {
WriteMakefile(
'NAME' => 'Mail::IMAPClient::Parse',
'VERSION_FROM' => '../../IMAPClient.pm',
+ 'MAN3PODS' => {'Parse.pod' => '../../blib/man3/Mail::IMAPClient::Parse.3p'},
'PREREQ_PM' => {"Parse::RecDescent" => 0 },
'PM' => {
'Parse.pm' =>

View File

@ -1,9 +1,9 @@
$OpenBSD: patch-Makefile_PL,v 1.1.1.1 2001/02/22 00:28:59 avsm Exp $
--- Makefile.PL.orig Fri Mar 10 15:55:54 2000
+++ Makefile.PL Thu Feb 22 00:15:04 2001
@@ -8,8 +8,6 @@ WriteMakefile(
$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;
-

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-Thread_Makefile_PL,v 1.1 2007/09/18 23:40:57 sthen Exp $
--- Thread/Makefile.PL.orig Tue Jun 24 20:02:45 2003
+++ Thread/Makefile.PL Wed Sep 19 00:12:54 2007
@@ -36,6 +36,7 @@ sub MY::postamble {
WriteMakefile(
'NAME' => 'Mail::IMAPClient::Thread',
'VERSION_FROM' => '../IMAPClient.pm',
+ 'MAN3PODS' => {'Thread.pod' => '../blib/man3/Mail::IMAPClient::Thread.3p'},
'PREREQ_PM' => {"Parse::RecDescent" => 0 },
'PM' => {
'Thread.pm' =>