aboutsummaryrefslogtreecommitdiff
path: root/mail/rubygem-tmail/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/rubygem-tmail/Makefile')
-rw-r--r--mail/rubygem-tmail/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/rubygem-tmail/Makefile b/mail/rubygem-tmail/Makefile
index 68e32d4b8be8..fad8313eae01 100644
--- a/mail/rubygem-tmail/Makefile
+++ b/mail/rubygem-tmail/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= tmail
-PORTVERSION= 0.8.13
+PORTVERSION= 0.8.14
CATEGORIES= mail ruby
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://www1.u-netsurf.ne.jp/~brew/mine/soft/
@@ -24,7 +24,7 @@ USE_RUBY_AMSTD= yes
USE_RUBY_SETUP= yes
post-patch:
- ${PERL} -i -ne '/\btmail\b/ and print' \
+ ${RUBY} -i -ne '/\btmail\b/ and print' \
${WRKSRC}/ext/PATHCONV ${WRKSRC}/lib/PATHCONV
for d in cparse strscanso; do ${RM} -rf ${WRKSRC}/ext/$$d; done
for d in amstd raccrt strscan; do ${RM} -rf ${WRKSRC}/lib/$$d; done