diff options
author | taca <taca> | 2004-11-27 15:59:31 +0000 |
---|---|---|
committer | taca <taca> | 2004-11-27 15:59:31 +0000 |
commit | c05941a7c3547313290c207510f01710a94ee6ff (patch) | |
tree | f61a778589e7d4bf786ad3f7d84ef2125e863f0b /devel | |
parent | 2ecb551725fb6d40c1e5e42c3df748bfab4ff5e5 (diff) | |
download | pkgsrc-c05941a7c3547313290c207510f01710a94ee6ff.tar.gz |
Migrate ruby-amstd to use new framework for Ruby packages.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-amstd/DESCR | 1 | ||||
-rw-r--r-- | devel/ruby-amstd/Makefile | 7 |
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" |