summaryrefslogtreecommitdiff
path: root/lang/ruby
diff options
context:
space:
mode:
authoragc <agc>2001-02-17 09:06:56 +0000
committeragc <agc>2001-02-17 09:06:56 +0000
commit791d0f000e3800b92390f9dc47dfcdb2a421a0ca (patch)
tree7be69a1c41c51ca83affb66df5175564f77f3599 /lang/ruby
parentce53854194ec79cb0de0babb412a888dc24f3985 (diff)
downloadpkgsrc-791d0f000e3800b92390f9dc47dfcdb2a421a0ca.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