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. --- devel/ruby-amstd/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'devel/ruby-amstd/Makefile') diff --git a/devel/ruby-amstd/Makefile b/devel/ruby-amstd/Makefile index 6b841345fcea..932b5322ed7e 100644 --- a/devel/ruby-amstd/Makefile +++ b/devel/ruby-amstd/Makefile @@ -58,6 +58,4 @@ do-install: .endfor .endif -.include -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -.include +.include -- cgit