summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysutils/ruby-notify/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/ruby-notify/Makefile b/sysutils/ruby-notify/Makefile
index eb5ea2d58fd..22c49e95929 100644
--- a/sysutils/ruby-notify/Makefile
+++ b/sysutils/ruby-notify/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.1.1.1 2010/05/16 11:37:54 obache Exp $
+# $NetBSD: Makefile,v 1.2 2010/09/10 07:57:19 taca Exp $
DISTNAME= notify-0.2.1
-PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= security
MAINTAINER= obache@NetBSD.org
@@ -9,7 +8,5 @@ HOMEPAGE= http://github.com/jugyo/notify
COMMENT= Ruby notification function for cross platfoms
LICENSE= mit
-GEM_BUILD= gemspec
-
-.include "../../misc/rubygems/rubygem.mk"
+.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"