summaryrefslogtreecommitdiff
path: root/databases/ruby-mysql
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-09-26 08:02:17 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-09-26 08:02:17 +0000
commitc68548820c41ad7830566b381146ecbdb12ed72c (patch)
tree79fc110b0f2a86a35665d42644dea19a099e2871 /databases/ruby-mysql
parentUpdate 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.
Notes
Notes: svn path=/head/; revision=33130
Diffstat (limited to 'databases/ruby-mysql')
-rw-r--r--databases/ruby-mysql/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/ruby-mysql/Makefile b/databases/ruby-mysql/Makefile
index 3bd0e65fa997..05cd5865f9b6 100644
--- a/databases/ruby-mysql/Makefile
+++ b/databases/ruby-mysql/Makefile
@@ -29,6 +29,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/README.jp ${RUBY_DOCDIR}/mysql/ja
.endif
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/Mk/bsd.ruby.mk"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>