aboutsummaryrefslogtreecommitdiff
path: root/mail/grepmail
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2001-08-29 17:44:11 +0000
committerAnton Berezin <tobez@FreeBSD.org>2001-08-29 17:44:11 +0000
commit5c6e98b7bad22fee259800a08baebadd0faffacc (patch)
tree075b0ece074d1d277ae2cb9a11c77f13f14d0f69 /mail/grepmail
parentb380b2e14b04c8e789a38bbd1f6ae7320017321a (diff)
downloadports-5c6e98b7bad22fee259800a08baebadd0faffacc.tar.gz
ports-5c6e98b7bad22fee259800a08baebadd0faffacc.zip
Fix a bug introduced in 1.21, so grepmail actually runs.
Notes
Notes: svn path=/head/; revision=47100
Diffstat (limited to 'mail/grepmail')
-rw-r--r--mail/grepmail/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/grepmail/Makefile b/mail/grepmail/Makefile
index 718b65177806..e4a9d5a494ff 100644
--- a/mail/grepmail/Makefile
+++ b/mail/grepmail/Makefile
@@ -26,5 +26,6 @@ post-extract:
post-patch:
@${PERL} -pi -e 's!<STDIN>!"n"!' ${WRKSRC}/Makefile.PL
+ @${PERL} -pi -e 's|_PERL_|${PERL}|' ${WRKSRC}/grepmail
.include <bsd.port.mk>