diff options
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 718b651..e4a9d5a 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> |