summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2012-08-09 08:32:41 +0000
committerAlex Dupre <ale@FreeBSD.org>2012-08-09 08:32:41 +0000
commita4e52b6cd7ec1b8685a78e348e684db78416404a (patch)
tree256ecc36a0a6bf78f3d9cac8c3b529528c0b3e30 /mail
parentUpdate to unified 1.4.3 release and greatly simplify the port. (diff)
Fix build when perl is built without USE_PERL.
PR: ports/170218 Submitted by: Jan Beich <jbeich@tormail.org>
Notes
Notes: svn path=/head/; revision=302332
Diffstat (limited to 'mail')
-rw-r--r--mail/enigmail/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/enigmail/Makefile b/mail/enigmail/Makefile
index 5246fcb6c718..8c98fdae272f 100644
--- a/mail/enigmail/Makefile
+++ b/mail/enigmail/Makefile
@@ -71,6 +71,8 @@ pre-patch:
`${FIND} ${WRKSRC} -name autoconf.mk`
post-patch:
+ ${REINPLACE_CMD} "s,/usr/bin/perl,${PERL}," \
+ ${WRKSRC}/mailnews/extensions/enigmail/makemake
${REINPLACE_CMD} "s/^XPI_MODULE_VERS = [0-9.]*/XPI_MODULE_VERS = ${PORTVERSION}/" \
${WRKSRC}/mailnews/extensions/enigmail/Makefile.in
${REINPLACE_CMD} "s,<em:version>[0-9.a-z]*</em:version>,<em:version>${PORTVERSION}</em:version>," \