diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-09-26 08:02:17 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-09-26 08:02:17 +0000 |
commit | c68548820c41ad7830566b381146ecbdb12ed72c (patch) | |
tree | 79fc110b0f2a86a35665d42644dea19a099e2871 /security | |
parent | Update to 2.1. (diff) |
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 'security')
-rw-r--r-- | security/ruby-acl/Makefile | 4 | ||||
-rw-r--r-- | security/ruby-tcpwrap/Makefile | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/security/ruby-acl/Makefile b/security/ruby-acl/Makefile index 0def050eda6a..26f6a63ec916 100644 --- a/security/ruby-acl/Makefile +++ b/security/ruby-acl/Makefile @@ -45,6 +45,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> diff --git a/security/ruby-tcpwrap/Makefile b/security/ruby-tcpwrap/Makefile index 8d9c193c2248..7e858b6f16d1 100644 --- a/security/ruby-tcpwrap/Makefile +++ b/security/ruby-tcpwrap/Makefile @@ -48,6 +48,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> |