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/p5-MailTools/Makefile | |
parent | bc8019a420827208156fe49bf754966cc365fb08 (diff) | |
download | pkgsrc-3d5207a74c0dfcf4d6a367793662be6ba9208183.tar.gz |
Fix unterminated C<...> macro caught by pod2man.
Diffstat (limited to 'mail/p5-MailTools/Makefile')
-rw-r--r-- | mail/p5-MailTools/Makefile | 5 |
1 files changed, 4 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 |