aboutsummaryrefslogtreecommitdiffstats
path: root/mail/rubygem-tmail/Makefile
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2001-08-01 00:32:27 +0800
committerknu <knu@FreeBSD.org>2001-08-01 00:32:27 +0800
commit05847fe7db08c9ca213070bae456373ee6519d34 (patch)
treee85885dc8ab4395db1675006d934cf4eb6d7ee2d /mail/rubygem-tmail/Makefile
parentd01ed7386dff2d0b7257f34a5137a136be27e63c (diff)
downloadfreebsd-ports-gnome-05847fe7db08c9ca213070bae456373ee6519d34.tar.gz
freebsd-ports-gnome-05847fe7db08c9ca213070bae456373ee6519d34.tar.zst
freebsd-ports-gnome-05847fe7db08c9ca213070bae456373ee6519d34.zip
Update to 0.9.6-repacked, working around the new installer's bug.
Diffstat (limited to 'mail/rubygem-tmail/Makefile')
-rw-r--r--mail/rubygem-tmail/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/mail/rubygem-tmail/Makefile b/mail/rubygem-tmail/Makefile
index 596524a936e7..b7b58407b3d5 100644
--- a/mail/rubygem-tmail/Makefile
+++ b/mail/rubygem-tmail/Makefile
@@ -7,6 +7,7 @@
PORTNAME= tmail
PORTVERSION= 0.9.6
+PORTREVISION= 1
CATEGORIES= mail ruby
MASTER_SITES= http://www.loveruby.net/archive/
MASTER_SITE_SUBDIR= knu
@@ -22,15 +23,16 @@ USE_RUBY= yes
USE_RUBY_AMSTD= yes
USE_RUBY_SETUP= yes
-CONFIGURE_ARGS= --with=ext/b64,ext/mails,lib/tmail
+#CONFIGURE_ARGS= --with=ext/b64,ext/mails,lib/tmail
+CONFIGURE_ARGS= --without=ext/cparse,ext/cscan,lib/amstd,lib/raccrt,lib/strscan
do-install:
.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_EXAMPLESDIR}/tmail
- ${CP} -R ${WRKSRC}/sample/ ${RUBY_EXAMPLESDIR}/tmail/
- ${MKDIR} ${RUBY_DOCDIR}/tmail/ja
- ${CP} -R ${WRKSRC}/README.en ${WRKSRC}/doc.en/ ${RUBY_DOCDIR}/tmail/
- ${CP} -R ${WRKSRC}/README.ja ${WRKSRC}/doc.ja/ ${RUBY_DOCDIR}/tmail/ja/
+ ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
+ ${CP} -R ${WRKSRC}/sample/ ${RUBY_EXAMPLESDIR}/${PORTNAME}/
+ ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}/ja
+ ${CP} -R ${WRKSRC}/README.en ${WRKSRC}/doc.en/ ${RUBY_DOCDIR}/${PORTNAME}/
+ ${CP} -R ${WRKSRC}/README.ja ${WRKSRC}/doc.ja/ ${RUBY_DOCDIR}/${PORTNAME}/ja/
.endif
.include <bsd.port.mk>