diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-06-11 03:14:03 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-06-11 03:14:03 +0000 |
commit | b90a5e9d570969c4db6adf0da6f4df946c1f060e (patch) | |
tree | 243ff2a1b5ba108be32582006f74c97ea4a07512 /mail/rubygem-tmail/Makefile | |
parent | 2a313658bc27bc8e1f3449b811adff2dd719fd0f (diff) |
Clean up.
Notes
Notes:
svn path=/head/; revision=43792
Diffstat (limited to 'mail/rubygem-tmail/Makefile')
-rw-r--r-- | mail/rubygem-tmail/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/mail/rubygem-tmail/Makefile b/mail/rubygem-tmail/Makefile index bd99117e567f..d61550bdcef7 100644 --- a/mail/rubygem-tmail/Makefile +++ b/mail/rubygem-tmail/Makefile @@ -23,11 +23,7 @@ USE_RUBY= yes USE_RUBY_AMSTD= yes USE_RUBY_SETUP= yes -post-patch: - ${RUBY} -i -ne '/\btmail\b/ and print' \ - ${WRKSRC}/ext/PATHCONV ${WRKSRC}/lib/PATHCONV - for d in cparse cscan; do ${RM} -rf ${WRKSRC}/ext/$$d; done - for d in amstd raccrt strscan; do ${RM} -rf ${WRKSRC}/lib/$$d; done +CONFIGURE_ARGS= --with=ext/mails,lib/tmail do-install: .if !defined(NOPORTDOCS) |