diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-08-07 10:08:41 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-08-07 10:08:41 +0000 |
commit | dee2f62a68d63f0934e05af555b136c8caad1029 (patch) | |
tree | c1a6372889b4daf6ff90edc049e599b3a06cdc9d /math/ruby-bigfloat/Makefile | |
parent | Add extra symlinks that my usual PLIST generation scripts didn't catch, (diff) |
Non-standard modules sould go under `site_ruby' directory.
Diffstat (limited to '')
-rw-r--r-- | math/ruby-bigfloat/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/ruby-bigfloat/Makefile b/math/ruby-bigfloat/Makefile index aab0c9307217..ff85070440e6 100644 --- a/math/ruby-bigfloat/Makefile +++ b/math/ruby-bigfloat/Makefile @@ -16,6 +16,8 @@ MAINTAINER= knu@FreeBSD.org BUILD_DEPENDS= ruby:${PORTSDIR}/lang/ruby RUN_DEPENDS= ruby:${PORTSDIR}/lang/ruby +INSTALL_TARGET= site-install + NO_WRKSUBDIR= yes PLIST_SUB= RUBY_VER="${RUBY_VER}" RUBY_ARCH="${RUBY_ARCH}" |