diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-11-11 01:45:03 +0800 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-11-11 01:45:03 +0800 |
commit | 0d8627a6316c02e9de76b6e3b950547191d3b61f (patch) | |
tree | 47b91f7b92b73b614ab78191d0bcacd8afda0eed /textproc | |
parent | 75794290c0ada6d50e62fc42c68c72946335b37f (diff) | |
download | freebsd-ports-gnome-0d8627a6316c02e9de76b6e3b950547191d3b61f.tar.gz freebsd-ports-gnome-0d8627a6316c02e9de76b6e3b950547191d3b61f.tar.zst freebsd-ports-gnome-0d8627a6316c02e9de76b6e3b950547191d3b61f.zip |
Add www to CATEGORIES.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-html-parser/Makefile | 2 | ||||
-rw-r--r-- | textproc/ruby-htmlcompact/Makefile | 2 | ||||
-rw-r--r-- | textproc/ruby-htmlrepair/Makefile | 2 | ||||
-rw-r--r-- | textproc/ruby-htmlsplit/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/textproc/ruby-html-parser/Makefile b/textproc/ruby-html-parser/Makefile index 6d428837f15f..d36715828334 100644 --- a/textproc/ruby-html-parser/Makefile +++ b/textproc/ruby-html-parser/Makefile @@ -7,7 +7,7 @@ PORTNAME= html-parser PORTVERSION= 19990912p2 -CATEGORIES= textproc ruby +CATEGORIES= textproc www ruby MASTER_SITES= http://www.jin.gr.jp/~nahi/Ruby/html-parser/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby diff --git a/textproc/ruby-htmlcompact/Makefile b/textproc/ruby-htmlcompact/Makefile index 725275166039..549e1114c24a 100644 --- a/textproc/ruby-htmlcompact/Makefile +++ b/textproc/ruby-htmlcompact/Makefile @@ -7,7 +7,7 @@ PORTNAME= htmlcompact PORTVERSION= 1.0.2 -CATEGORIES= textproc ruby +CATEGORIES= textproc www ruby MASTER_SITES= http://www.moonwolf.com/ruby/archive/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} diff --git a/textproc/ruby-htmlrepair/Makefile b/textproc/ruby-htmlrepair/Makefile index ab1351a40bbf..71b42235ec82 100644 --- a/textproc/ruby-htmlrepair/Makefile +++ b/textproc/ruby-htmlrepair/Makefile @@ -7,7 +7,7 @@ PORTNAME= htmlrepair PORTVERSION= 1.0.1 -CATEGORIES= textproc ruby +CATEGORIES= textproc www ruby MASTER_SITES= http://www.moonwolf.com/ruby/archive/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} diff --git a/textproc/ruby-htmlsplit/Makefile b/textproc/ruby-htmlsplit/Makefile index b3c84aa83686..05e30bce189f 100644 --- a/textproc/ruby-htmlsplit/Makefile +++ b/textproc/ruby-htmlsplit/Makefile @@ -7,7 +7,7 @@ PORTNAME= htmlsplit PORTVERSION= 1.0.2 -CATEGORIES= textproc ruby +CATEGORIES= textproc www ruby MASTER_SITES= http://www.moonwolf.com/ruby/archive/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} |