diff options
author | scrappy <scrappy@FreeBSD.org> | 1999-04-22 08:17:18 +0800 |
---|---|---|
committer | scrappy <scrappy@FreeBSD.org> | 1999-04-22 08:17:18 +0800 |
commit | a7d0cfc2c5fe8a3be497a48bff14f434d4c7b87d (patch) | |
tree | 006d85b1a207b6d68c794387f1268de6952c7fc5 /lang/ruby16 | |
parent | b76829d860898cd0c4a4960aebd9e9a4aec48765 (diff) | |
download | freebsd-ports-graphics-a7d0cfc2c5fe8a3be497a48bff14f434d4c7b87d.tar.gz freebsd-ports-graphics-a7d0cfc2c5fe8a3be497a48bff14f434d4c7b87d.tar.zst freebsd-ports-graphics-a7d0cfc2c5fe8a3be497a48bff14f434d4c7b87d.zip |
this should finish cleaning up the WWW_SITE -> DESCR/WWW: mess ...
Diffstat (limited to 'lang/ruby16')
-rw-r--r-- | lang/ruby16/Makefile | 4 | ||||
-rw-r--r-- | lang/ruby16/pkg-descr | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lang/ruby16/Makefile b/lang/ruby16/Makefile index 0f7144a7daa..a87ae19152e 100644 --- a/lang/ruby16/Makefile +++ b/lang/ruby16/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/ruby16/pkg-descr b/lang/ruby16/pkg-descr index 9a1f84086df..5800b868d6b 100644 --- a/lang/ruby16/pkg-descr +++ b/lang/ruby16/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 |