diff options
author | jlam <jlam> | 2000-08-29 00:17:03 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-08-29 00:17:03 +0000 |
commit | 3d5207a74c0dfcf4d6a367793662be6ba9208183 (patch) | |
tree | f9a64fe2c96c7d7e1f879815a70632c808d19802 /mail | |
parent | bc8019a420827208156fe49bf754966cc365fb08 (diff) | |
download | pkgsrc-3d5207a74c0dfcf4d6a367793662be6ba9208183.tar.gz |
Fix unterminated C<...> macro caught by pod2man.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-MailTools/Makefile | 5 | ||||
-rw-r--r-- | mail/p5-MailTools/files/patch-sum | 3 | ||||
-rw-r--r-- | mail/p5-MailTools/patches/patch-aa | 13 |
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 |