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 /databases/ruby-postgres | |
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 'databases/ruby-postgres')
-rw-r--r-- | databases/ruby-postgres/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/ruby-postgres/Makefile b/databases/ruby-postgres/Makefile index 50644b55f78e..46c3de66f7e0 100644 --- a/databases/ruby-postgres/Makefile +++ b/databases/ruby-postgres/Makefile @@ -42,6 +42,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> |