diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-11-09 08:54:12 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-11-09 08:54:12 +0000 |
commit | 614c684ada01236c75283f84fc01cfff1c611c92 (patch) | |
tree | aa38f94ff036e0296399eb115f4fed80c1dfe384 /lang/ruby16 | |
parent | 537b14cf8c7a8fb5abd273e69d5848146f334d0e (diff) | |
download | ports-614c684ada01236c75283f84fc01cfff1c611c92.tar.gz ports-614c684ada01236c75283f84fc01cfff1c611c92.zip |
bsd.ruby.mk:
- Change LOCALBASE with _RUBY_BASE
- Set _RUBY_BASE=PREFIX if defined _RUBY_PORT_TEST
_RUBY_BASE=LOCALBASE otherwise for easy ports testing.
lang/ruby18:
- Update to 1.8.3
Grant maintainership to submitter.
While I'm here:
- Add _RUBY_PORT_TEST=yes to lang/ruby16 port too.
(lang/ruby1[68] must set it for right install).
PR: ports/87332
Submitted by: Alexander Novitsky
Notes
Notes:
svn path=/head/; revision=147676
Diffstat (limited to 'lang/ruby16')
-rw-r--r-- | lang/ruby16/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/ruby16/Makefile b/lang/ruby16/Makefile index 627f276d9531..08a7f99de837 100644 --- a/lang/ruby16/Makefile +++ b/lang/ruby16/Makefile @@ -38,6 +38,9 @@ ONLY_FOR_ARCHS= i386 # There are some problems on alpha and sparc64; use 1.8 or later. ONLY_FOR_ARCHS+= alpha sparc64 +# For port testing: should install in PREFIX, not in LOCALBASE +_RUBY_PORT_TEST= yes + USE_BZIP2= yes RUBY_VER= 1.6 |