summaryrefslogtreecommitdiff
path: root/lang/ruby
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2001-02-17 09:06:56 +0000
committeragc <agc@pkgsrc.org>2001-02-17 09:06:56 +0000
commit82acd159f7158e3b9efdc652d4faed7d75ffabde (patch)
tree7be69a1c41c51ca83affb66df5175564f77f3599 /lang/ruby
parent6cbbf89ce0ad4a62a586066dda99b7bbecd668ae (diff)
downloadpkgsrc-82acd159f7158e3b9efdc652d4faed7d75ffabde.tar.gz
Move the COMMENT from being in its own file to a definition in the
package Makefile.
Diffstat (limited to 'lang/ruby')
-rw-r--r--lang/ruby/Makefile3
-rw-r--r--lang/ruby/pkg/COMMENT1
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile
index ba587586aa8..8292048ecd0 100644
--- a/lang/ruby/Makefile
+++ b/lang/ruby/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2000/08/22 02:22:26 sakamoto Exp $
+# $NetBSD: Makefile,v 1.18 2001/02/17 09:07:27 agc Exp $
#
DISTNAME= ruby-1.4.6
@@ -13,6 +13,7 @@ MASTER_SITES= ftp://ftp.TokyoNet.AD.JP/pub/misc/ruby/ \
MAINTAINER= sakamoto@netbsd.org
HOMEPAGE= http://www.ruby-lang.org/
+COMMENT= the Object-Oriented Script Language
BUILD_DEPENDS= ${LOCALBASE}/bin/bison:../../devel/bison
DEPENDS+= gdbm>=1.7.3:../../databases/gdbm
diff --git a/lang/ruby/pkg/COMMENT b/lang/ruby/pkg/COMMENT
deleted file mode 100644
index 8284681d790..00000000000
--- a/lang/ruby/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-the Object-Oriented Script Language