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 /lang/ruby-usersguide | |
parent | ad6b56b76d7e28e021faf157acb8a4556ade4eff (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 'lang/ruby-usersguide')
-rw-r--r-- | lang/ruby-usersguide/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/ruby-usersguide/Makefile b/lang/ruby-usersguide/Makefile index e782caf4c790..d5b8f4f1cb66 100644 --- a/lang/ruby-usersguide/Makefile +++ b/lang/ruby-usersguide/Makefile @@ -34,6 +34,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/* ${DOCDIR} ${LN} -fs uguide00.html ${DOCDIR}/index.html -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |