summaryrefslogtreecommitdiff
path: root/mail/p5-MailTools
diff options
context:
space:
mode:
authorjlam <jlam>2000-08-29 00:17:03 +0000
committerjlam <jlam>2000-08-29 00:17:03 +0000
commit90ad42f6d181dcaff24e08a16deaadf7d1edebea (patch)
treef9a64fe2c96c7d7e1f879815a70632c808d19802 /mail/p5-MailTools
parent4f7e9ed2d60aac7c1a3272fe976c75230a496a2a (diff)
downloadpkgsrc-90ad42f6d181dcaff24e08a16deaadf7d1edebea.tar.gz
Fix unterminated C<...> macro caught by pod2man.
Diffstat (limited to 'mail/p5-MailTools')
-rw-r--r--mail/p5-MailTools/Makefile5
-rw-r--r--mail/p5-MailTools/files/patch-sum3
-rw-r--r--mail/p5-MailTools/patches/patch-aa13
3 files changed, 20 insertions, 1 deletions
diff --git a/mail/p5-MailTools/Makefile b/mail/p5-MailTools/Makefile
index ef4f6048103..18e2ecf961a 100644
--- a/mail/p5-MailTools/Makefile
+++ b/mail/p5-MailTools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2000/08/27 07:11:14 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2000/08/29 00:17:03 jlam Exp $
DISTNAME= MailTools-1.13
PKGNAME= p5-MailTools-1.13
@@ -12,6 +12,9 @@ BUILD_DEPENDS+ ${PERL5_SITEARCH}/auto/Net/.packlist:../../net/p5-Net
USE_PERL5= # defined
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Mail/.packlist
+post-patch:
+ ${FIND} ${WRKSRC} -name "*.orig" -exec ${RM} -f {} \;
+
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
diff --git a/mail/p5-MailTools/files/patch-sum b/mail/p5-MailTools/files/patch-sum
new file mode 100644
index 00000000000..87f2e892f8e
--- /dev/null
+++ b/mail/p5-MailTools/files/patch-sum
@@ -0,0 +1,3 @@
+$NetBSD: patch-sum,v 1.1 2000/08/29 00:17:04 jlam Exp $
+
+MD5 (patch-aa) = c5242c2d601e1573e6c79aba8839757f
diff --git a/mail/p5-MailTools/patches/patch-aa b/mail/p5-MailTools/patches/patch-aa
new file mode 100644
index 00000000000..afdf1960940
--- /dev/null
+++ b/mail/p5-MailTools/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2000/08/29 00:17:04 jlam Exp $
+
+--- Mail/Cap.pm.orig Wed Mar 31 12:28:42 1999
++++ Mail/Cap.pm
+@@ -140,7 +140,7 @@
+
+ These methods invoke a suitable progam presenting or manipulating the
+ media object in the specified file. They all return C<1> if a command
+-was found, and C<0> otherwise. You might test C<$?" for the outcome
++was found, and C<0> otherwise. You might test C<$?> for the outcome
+ of the command.
+
+ =cut