summaryrefslogtreecommitdiff
path: root/devel/ruby-amstd
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2004-11-27 15:59:31 +0000
committertaca <taca@pkgsrc.org>2004-11-27 15:59:31 +0000
commit31a123fadf8a1b6dde83ebd32d551e7e44cf2ca3 (patch)
treef61a778589e7d4bf786ad3f7d84ef2125e863f0b /devel/ruby-amstd
parentffdb54638e8fc0aa4c384df83780db7662fde29f (diff)
downloadpkgsrc-31a123fadf8a1b6dde83ebd32d551e7e44cf2ca3.tar.gz
Migrate ruby-amstd to use new framework for Ruby packages.
Diffstat (limited to 'devel/ruby-amstd')
-rw-r--r--devel/ruby-amstd/DESCR1
-rw-r--r--devel/ruby-amstd/Makefile7
2 files changed, 3 insertions, 5 deletions
diff --git a/devel/ruby-amstd/DESCR b/devel/ruby-amstd/DESCR
index 0154979a0f3..5fed5067511 100644
--- a/devel/ruby-amstd/DESCR
+++ b/devel/ruby-amstd/DESCR
@@ -13,4 +13,3 @@ protect.rb: protect from exceptions
timer.rb: timer class
version.rb: VersionNumber class
-Author: Minero Aoki <aamine@dp.u-netsurf.ne.jp>
diff --git a/devel/ruby-amstd/Makefile b/devel/ruby-amstd/Makefile
index d4d2aed9906..b03d82b834b 100644
--- a/devel/ruby-amstd/Makefile
+++ b/devel/ruby-amstd/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2004/03/16 02:01:10 taca Exp $
+# $NetBSD: Makefile,v 1.7 2004/11/27 15:59:31 taca Exp $
# FreeBSD: ports/devel/ruby-amstd/Makefile,v 1.8 2000/12/06 15:38:58 knu Exp
DISTNAME= amstd-2.0.0
-PKGNAME= ${RUBY_PKGNAMEPREFIX}${DISTNAME}
+PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= devel ruby
MASTER_SITES= http://www.loveruby.net/archive/amstd/
@@ -10,7 +10,6 @@ MAINTAINER= taca@NetBSD.org
HOMEPAGE= http://www.loveruby.net/en/amstd.html
COMMENT= Collection of miscellaneous Ruby modules
-DIST_SUBDIR= ruby
USE_RUBY_SETUP= yes
RUBY_SETUP= install.rb
@@ -22,5 +21,5 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/amstd
.endfor
-.include "../../lang/ruby-base/Makefile.common"
+.include "../../lang/ruby/modules.mk"
.include "../../mk/bsd.pkg.mk"