diff options
author | knu <knu@FreeBSD.org> | 2001-06-11 03:14:03 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-06-11 03:14:03 +0000 |
commit | 6cd3b5f08f1716edeb4f922559534bab770a4293 (patch) | |
tree | 36439d9de195a7d39f31b3b4d822c0e3c0d6402d /mail | |
parent | f095f7111bfd4717a836806d5b6ab229b730dd6d (diff) | |
download | FreeBSD-ports-6cd3b5f08f1716edeb4f922559534bab770a4293.zip FreeBSD-ports-6cd3b5f08f1716edeb4f922559534bab770a4293.tar.gz |
Clean up.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ruby-tmail/Makefile | 6 | ||||
-rw-r--r-- | mail/rubygem-tmail/Makefile | 6 |
2 files changed, 2 insertions, 10 deletions
diff --git a/mail/ruby-tmail/Makefile b/mail/ruby-tmail/Makefile index bd99117..d61550b 100644 --- a/mail/ruby-tmail/Makefile +++ b/mail/ruby-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) diff --git a/mail/rubygem-tmail/Makefile b/mail/rubygem-tmail/Makefile index bd99117..d61550b 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) |