diff options
Diffstat (limited to 'irc')
-rw-r--r-- | irc/ruby-irc/Makefile | 1 | ||||
-rw-r--r-- | irc/ruby-irc/pkg-comment | 1 | ||||
-rw-r--r-- | irc/ruby-rica/Makefile | 1 | ||||
-rw-r--r-- | irc/ruby-rica/pkg-comment | 1 | ||||
-rw-r--r-- | irc/ruby-rice/Makefile | 1 | ||||
-rw-r--r-- | irc/ruby-rice/pkg-comment | 1 |
6 files changed, 3 insertions, 3 deletions
diff --git a/irc/ruby-irc/Makefile b/irc/ruby-irc/Makefile index 35c6625768f1..591117ab4b60 100644 --- a/irc/ruby-irc/Makefile +++ b/irc/ruby-irc/Makefile @@ -14,6 +14,7 @@ DISTNAME= ruby-${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= IRC client framework for Ruby USE_RUBY= yes diff --git a/irc/ruby-irc/pkg-comment b/irc/ruby-irc/pkg-comment deleted file mode 100644 index add4a53e9374..000000000000 --- a/irc/ruby-irc/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -IRC client framework for Ruby diff --git a/irc/ruby-rica/Makefile b/irc/ruby-rica/Makefile index 627589ab6546..4815e5b226fd 100644 --- a/irc/ruby-rica/Makefile +++ b/irc/ruby-rica/Makefile @@ -13,6 +13,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= Another IRC client framework for Ruby USE_BZIP2= yes USE_RUBY= yes diff --git a/irc/ruby-rica/pkg-comment b/irc/ruby-rica/pkg-comment deleted file mode 100644 index 746deaca1df3..000000000000 --- a/irc/ruby-rica/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Another IRC client framework for Ruby diff --git a/irc/ruby-rice/Makefile b/irc/ruby-rice/Makefile index 8ab9f5a6da7e..edd18b7d9b5b 100644 --- a/irc/ruby-rice/Makefile +++ b/irc/ruby-rice/Makefile @@ -13,6 +13,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= Yet another IRC interface library for Ruby USE_RUBY= yes diff --git a/irc/ruby-rice/pkg-comment b/irc/ruby-rice/pkg-comment deleted file mode 100644 index 68e7daaf7160..000000000000 --- a/irc/ruby-rice/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Yet another IRC interface library for Ruby |