diff options
author | tobez <tobez@FreeBSD.org> | 2001-08-30 01:44:11 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2001-08-30 01:44:11 +0800 |
commit | 70e961d34f980788cba595eb82ab12e58737b9c2 (patch) | |
tree | 93f09df069c8203871ccbefb1f540973714ea0a2 /mail | |
parent | e2c03312a03ebe9b490a896ef38a83c58fbd92df (diff) | |
download | freebsd-ports-graphics-70e961d34f980788cba595eb82ab12e58737b9c2.tar.gz freebsd-ports-graphics-70e961d34f980788cba595eb82ab12e58737b9c2.tar.zst freebsd-ports-graphics-70e961d34f980788cba595eb82ab12e58737b9c2.zip |
Fix a bug introduced in 1.21, so grepmail actually runs.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/grepmail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/grepmail/Makefile b/mail/grepmail/Makefile index 718b6517780..e4a9d5a494f 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> |