diff options
author | Marc G. Fournier <scrappy@FreeBSD.org> | 1999-04-22 00:17:18 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@FreeBSD.org> | 1999-04-22 00:17:18 +0000 |
commit | a05c0a07b80dea11eea81423e72bb8e48657d1ae (patch) | |
tree | d0acdf67187748983f1ed227f55e4641b2b50de1 /lang/ruby | |
parent | Add snowstar. (diff) |
this should finish cleaning up the WWW_SITE -> DESCR/WWW: mess ...
Notes
Notes:
svn path=/head/; revision=18059
Diffstat (limited to 'lang/ruby')
-rw-r--r-- | lang/ruby/Makefile | 4 | ||||
-rw-r--r-- | lang/ruby/pkg-descr | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile index 0f7144a7daaf..a87ae19152e3 100644 --- a/lang/ruby/Makefile +++ b/lang/ruby/Makefile @@ -3,7 +3,7 @@ # Date created: 04 September 1997 # Whom: Eiji-usagi-MATSUmoto <usagi@ruby.club.or.jp> # -# $Id: Makefile,v 1.9 1999/02/22 04:11:48 steve Exp $ +# $Id: Makefile,v 1.10 1999/04/19 03:55:51 steve Exp $ # DISTNAME= ruby-1.2.5 @@ -17,8 +17,6 @@ MASTER_SITES= ftp://ftp.netlab.co.jp/pub/lang/ruby/${BRANCH_NAME}/ \ MAINTAINER= yasuf@big.or.jp -WWW_SITE= http://www.netlab.co.jp/ruby/ - GNU_CONFIGURE= yes #USE_AUTOCONF= yes MAN1= ruby.1 diff --git a/lang/ruby/pkg-descr b/lang/ruby/pkg-descr index 9a1f84086df4..5800b868d6b5 100644 --- a/lang/ruby/pkg-descr +++ b/lang/ruby/pkg-descr @@ -16,3 +16,5 @@ Features of ruby is shown below. + Highly Portable(works on many UNIX machines) The ruby home page is at http://www.netlab.co.jp/ruby/. + +WWW: http://www.netlab.co.jp/ruby |