From 4a58e3c2d6c25c7ad3f0d372d73de5140b86fe08 Mon Sep 17 00:00:00 2001 From: knu Date: Tue, 26 Sep 2000 08:02:17 +0000 Subject: 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. --- security/ruby-acl/Makefile | 4 +--- security/ruby-tcpwrap/Makefile | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) (limited to 'security') 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 -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -.include +.include 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 -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -.include +.include -- cgit