diff options
author | knu <knu@FreeBSD.org> | 2000-09-26 08:02:17 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-09-26 08:02:17 +0000 |
commit | 4a58e3c2d6c25c7ad3f0d372d73de5140b86fe08 (patch) | |
tree | d575538fdfa79e95b364ebb8319b0c7d2374d886 /net | |
parent | c91f1a8c86559a6e0501de3a7ad0bc1118337c9d (diff) | |
download | FreeBSD-ports-4a58e3c2d6c25c7ad3f0d372d73de5140b86fe08.zip FreeBSD-ports-4a58e3c2d6c25c7ad3f0d372d73de5140b86fe08.tar.gz |
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 'net')
-rw-r--r-- | net/ruby-drb/Makefile | 4 | ||||
-rw-r--r-- | net/ruby-snmp/Makefile | 4 | ||||
-rw-r--r-- | net/ruby-uri/Makefile | 4 |
3 files changed, 3 insertions, 9 deletions
diff --git a/net/ruby-drb/Makefile b/net/ruby-drb/Makefile index 7fd724a..c3cbc2a 100644 --- a/net/ruby-drb/Makefile +++ b/net/ruby-drb/Makefile @@ -34,6 +34,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/sample/* ${RUBY_EXAMPLESDIR}/drb .endif -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/net/ruby-snmp/Makefile b/net/ruby-snmp/Makefile index e85279e..6749fab 100644 --- a/net/ruby-snmp/Makefile +++ b/net/ruby-snmp/Makefile @@ -40,6 +40,4 @@ post-install: .endfor .endif -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/net/ruby-uri/Makefile b/net/ruby-uri/Makefile index 46311c3..f13d65e 100644 --- a/net/ruby-uri/Makefile +++ b/net/ruby-uri/Makefile @@ -40,6 +40,4 @@ do-install: .endfor .endif -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |