diff options
author | knu <knu@FreeBSD.org> | 2000-09-26 16:02:17 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-09-26 16:02:17 +0800 |
commit | 4a58e3c2d6c25c7ad3f0d372d73de5140b86fe08 (patch) | |
tree | d575538fdfa79e95b364ebb8319b0c7d2374d886 /mail | |
parent | c91f1a8c86559a6e0501de3a7ad0bc1118337c9d (diff) | |
download | freebsd-ports-gnome-4a58e3c2d6c25c7ad3f0d372d73de5140b86fe08.tar.gz freebsd-ports-gnome-4a58e3c2d6c25c7ad3f0d372d73de5140b86fe08.tar.zst freebsd-ports-gnome-4a58e3c2d6c25c7ad3f0d372d73de5140b86fe08.zip |
Now bsd.ruby.mk is automatically included by bsd.port.mk when USE_RUBY
or USE_LIBRUBY is defined, individual ruby ports no longer need to
include it explicitly.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ruby-tmail/Makefile | 4 | ||||
-rw-r--r-- | mail/rubygem-tmail/Makefile | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/mail/ruby-tmail/Makefile b/mail/ruby-tmail/Makefile index 3d488efa1fff..68e32d4b8be8 100644 --- a/mail/ruby-tmail/Makefile +++ b/mail/ruby-tmail/Makefile @@ -38,6 +38,4 @@ do-install: ${CP} -R ${WRKSRC}/README.ja ${WRKSRC}/doc.ja/ ${RUBY_DOCDIR}/tmail/ja/ .endif -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/mail/rubygem-tmail/Makefile b/mail/rubygem-tmail/Makefile index 3d488efa1fff..68e32d4b8be8 100644 --- a/mail/rubygem-tmail/Makefile +++ b/mail/rubygem-tmail/Makefile @@ -38,6 +38,4 @@ do-install: ${CP} -R ${WRKSRC}/README.ja ${WRKSRC}/doc.ja/ ${RUBY_DOCDIR}/tmail/ja/ .endif -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |