summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-mocha/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/ruby-mocha/Makefile b/devel/ruby-mocha/Makefile
index f85836682c2..9ea0cddc1e8 100644
--- a/devel/ruby-mocha/Makefile
+++ b/devel/ruby-mocha/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2010/08/03 02:56:32 obache Exp $
+# $NetBSD: Makefile,v 1.6 2010/09/10 05:59:28 taca Exp $
DISTNAME= mocha-0.9.8
-PKGNAME= ${RUBYGEM_PKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -9,5 +8,5 @@ HOMEPAGE= http://mocha.rubyforge.org/
COMMENT= Ruby library for mocking and stubbing
LICENSE= ruby-license OR mit
-.include "../../misc/rubygems/rubygem.mk"
+.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"