summaryrefslogtreecommitdiff
path: root/sysutils/ruby-notify
diff options
context:
space:
mode:
authortaca <taca>2010-09-10 07:57:19 +0000
committertaca <taca>2010-09-10 07:57:19 +0000
commit90f28c02db9c9c7d2e5204386cc68a4455bfba5f (patch)
treeb7d0e30a99993f80cca78b181512b46685e7b652 /sysutils/ruby-notify
parenta0862aeafefbfd473a9a1e40c1be7829ad8591d5 (diff)
downloadpkgsrc-90f28c02db9c9c7d2e5204386cc68a4455bfba5f.tar.gz
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Remove default value of GEM_BUILD.
Diffstat (limited to 'sysutils/ruby-notify')
-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"