aboutsummaryrefslogtreecommitdiffstats
path: root/lang/ruby/Makefile
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2000-09-19 23:20:16 +0800
committerknu <knu@FreeBSD.org>2000-09-19 23:20:16 +0800
commit9199ae53b9dfd3be71b375683be31566cc6455a1 (patch)
tree62917478fe44216333654d37234e190910d2fbdb /lang/ruby/Makefile
parent2db2a0ee9b8e7bdd114bef95249aad3cab4b6bdf (diff)
downloadfreebsd-ports-graphics-9199ae53b9dfd3be71b375683be31566cc6455a1.tar.gz
freebsd-ports-graphics-9199ae53b9dfd3be71b375683be31566cc6455a1.tar.zst
freebsd-ports-graphics-9199ae53b9dfd3be71b375683be31566cc6455a1.zip
Update to Ruby 1.6.0 official release.
lang/ruby: - Do not force lib/ruby/site_ruby and lib/ruby removals, because a user may have his/her stuff installed there. x11-toolkits/ruby-tk: - Fix duplicated PKGNAMEPREFIX.
Diffstat (limited to 'lang/ruby/Makefile')
-rw-r--r--lang/ruby/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile
index 0d9b8baaa5f..9caefa4adf9 100644
--- a/lang/ruby/Makefile
+++ b/lang/ruby/Makefile
@@ -6,11 +6,10 @@
#
PORTNAME= ruby
-PORTVERSION= ${RUBY_VERSION}.p3
+PORTVERSION= ${RUBY_VERSION}
CATEGORIES= lang ruby ipv6
MASTER_SITES= ${MASTER_SITE_RUBY}
-#MASTER_SITE_SUBDIR= ${RUBY_VER}
-DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p/-preview/}
+MASTER_SITE_SUBDIR= ${RUBY_VER}
DIST_SUBDIR= ruby
MAINTAINER= yasuf@bsdclub.org
@@ -21,8 +20,6 @@ CONFIGURE_ARGS= --enable-shared
MAN1= ruby${_RUBY_SUFFIX}.1
MLINKS= ruby${_RUBY_SUFFIX}.1 ruby.1
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
-
ELISP_FILES= inf-ruby.el ruby-mode.el rubydb3x.el
EMACSLISPDIR= ${PREFIX}/share/emacs/site-lisp
@@ -36,7 +33,7 @@ CONFIGURE_ARGS+= --program-suffix="${RUBY_SUFFIX}"
.endif
.if ${OSVERSION} >= 400014
-CONFIGURE_ARGS+= --enable-ipv6
+CONFIGURE_ARGS+= --enable-ipv6
.endif
post-patch: