diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-07-31 16:32:27 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-07-31 16:32:27 +0000 |
commit | ea704b016498c3e212239b7b1457a4c9dc8a3ff4 (patch) | |
tree | 396f4ec98617dbb353ddcc5195a6888e0eb36b80 /mail/rubygem-tmail | |
parent | 5790871d3122c875876b2ecf7b27ce95e8d9f8b6 (diff) | |
download | ports-ea704b016498c3e212239b7b1457a4c9dc8a3ff4.tar.gz ports-ea704b016498c3e212239b7b1457a4c9dc8a3ff4.zip |
Notes
Diffstat (limited to 'mail/rubygem-tmail')
-rw-r--r-- | mail/rubygem-tmail/Makefile | 14 | ||||
-rw-r--r-- | mail/rubygem-tmail/distinfo | 2 | ||||
-rw-r--r-- | mail/rubygem-tmail/pkg-plist | 1 |
3 files changed, 10 insertions, 7 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> diff --git a/mail/rubygem-tmail/distinfo b/mail/rubygem-tmail/distinfo index 7cf006d7778b..258e5d73ef91 100644 --- a/mail/rubygem-tmail/distinfo +++ b/mail/rubygem-tmail/distinfo @@ -1 +1 @@ -MD5 (ruby/tmail-0.9.6.tar.gz) = 569a2af3d5c6a3c37764dd7bc691e22a +MD5 (ruby/tmail-0.9.6.tar.gz) = ab395357f59627954c0380fbd319209e diff --git a/mail/rubygem-tmail/pkg-plist b/mail/rubygem-tmail/pkg-plist index da07f9bea740..d9336244bb70 100644 --- a/mail/rubygem-tmail/pkg-plist +++ b/mail/rubygem-tmail/pkg-plist @@ -47,6 +47,7 @@ %%PORTDOCS%%%%RUBY_DOCDIR%%/tmail/ja/index.html %%PORTDOCS%%%%RUBY_DOCDIR%%/tmail/ja/item.html %%PORTDOCS%%%%RUBY_DOCDIR%%/tmail/ja/loader.html +%%PORTDOCS%%%%RUBY_DOCDIR%%/tmail/ja/mail.html %%PORTDOCS%%%%RUBY_DOCDIR%%/tmail/ja/port.html %%PORTDOCS%%%%RUBY_DOCDIR%%/tmail/ja/tmail.html %%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/tmail/ja |