diff options
author | knu <knu@FreeBSD.org> | 2000-08-16 20:21:24 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-08-16 20:21:24 +0800 |
commit | 9701b62a552d7da4111c70089a5021d1315d6ec1 (patch) | |
tree | 28abb2012f589732a877d6c41da3e4ad6ac5a535 /textproc | |
parent | 0c35eeb2cdd7d62e22c47cc87708b71daea81ba8 (diff) | |
download | freebsd-ports-gnome-9701b62a552d7da4111c70089a5021d1315d6ec1.tar.gz freebsd-ports-gnome-9701b62a552d7da4111c70089a5021d1315d6ec1.tar.zst freebsd-ports-gnome-9701b62a552d7da4111c70089a5021d1315d6ec1.zip |
Make all these Ruby related ports belong also in the newly-added
"ruby" virtual category.
Make textproc/eruby belong also in www.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/eruby/Makefile | 2 | ||||
-rw-r--r-- | textproc/ruby-html-parser/Makefile | 2 | ||||
-rw-r--r-- | textproc/ruby-rdtool/Makefile | 2 | ||||
-rw-r--r-- | textproc/ruby-xmlparser/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/textproc/eruby/Makefile b/textproc/eruby/Makefile index 2a3b50d8abad..59be9c988107 100644 --- a/textproc/eruby/Makefile +++ b/textproc/eruby/Makefile @@ -7,7 +7,7 @@ PORTNAME= eruby PORTVERSION= ${RELEASE_VER}.${SNAPSHOT_DATE} -CATEGORIES= textproc lang # ruby +CATEGORIES= textproc www ruby MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= knu DIST_SUBDIR= ruby diff --git a/textproc/ruby-html-parser/Makefile b/textproc/ruby-html-parser/Makefile index ebb3d32bb41c..84824836762b 100644 --- a/textproc/ruby-html-parser/Makefile +++ b/textproc/ruby-html-parser/Makefile @@ -7,7 +7,7 @@ PORTNAME= html-parser PORTVERSION= 19990912.p1 -CATEGORIES= textproc # ruby +CATEGORIES= textproc ruby MASTER_SITES= http://www.jin.gr.jp/~nahi/Ruby/html-parser/ PKGNAMEPREFIX= ruby- DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//} diff --git a/textproc/ruby-rdtool/Makefile b/textproc/ruby-rdtool/Makefile index 558e81a75ee8..f18229746761 100644 --- a/textproc/ruby-rdtool/Makefile +++ b/textproc/ruby-rdtool/Makefile @@ -7,7 +7,7 @@ PORTNAME= rdtool PORTVERSION= 0.6.5 -CATEGORIES= textproc # ruby +CATEGORIES= textproc ruby MASTER_SITES= http://www2.pos.to/~tosh/ruby/rdtool/archive/ PKGNAMEPREFIX= ruby- DIST_SUBDIR= ruby diff --git a/textproc/ruby-xmlparser/Makefile b/textproc/ruby-xmlparser/Makefile index 985922f14793..ecdf84375f81 100644 --- a/textproc/ruby-xmlparser/Makefile +++ b/textproc/ruby-xmlparser/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmlparser PORTVERSION= 0.5.19 -CATEGORIES= textproc # ruby +CATEGORIES= textproc ruby MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://www.bekkoame.ne.jp/~yoshidam/ MASTER_SITE_SUBDIR= knu |