diff options
author | taca <taca> | 2010-09-10 07:57:19 +0000 |
---|---|---|
committer | taca <taca> | 2010-09-10 07:57:19 +0000 |
commit | 90f28c02db9c9c7d2e5204386cc68a4455bfba5f (patch) | |
tree | b7d0e30a99993f80cca78b181512b46685e7b652 | |
parent | a0862aeafefbfd473a9a1e40c1be7829ad8591d5 (diff) | |
download | pkgsrc-90f28c02db9c9c7d2e5204386cc68a4455bfba5f.tar.gz |
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Remove default value of GEM_BUILD.
-rw-r--r-- | sysutils/ruby-notify/Makefile | 7 |
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" |