summaryrefslogtreecommitdiff
path: root/devel/ruby-amstd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ruby-amstd/Makefile')
-rw-r--r--devel/ruby-amstd/Makefile7
1 files changed, 3 insertions, 4 deletions
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"