summaryrefslogtreecommitdiff
path: root/textproc/ruby-hpricot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/ruby-hpricot/Makefile')
-rw-r--r--textproc/ruby-hpricot/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/textproc/ruby-hpricot/Makefile b/textproc/ruby-hpricot/Makefile
index a47557eb118..df277ea2ded 100644
--- a/textproc/ruby-hpricot/Makefile
+++ b/textproc/ruby-hpricot/Makefile
@@ -1,17 +1,15 @@
-# $NetBSD: Makefile,v 1.5 2009/11/23 14:40:02 fhajny Exp $
+# $NetBSD: Makefile,v 1.6 2010/09/10 08:13:52 taca Exp $
DISTNAME= hpricot-0.8.2
-PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= textproc
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://wiki.github.com/hpricot/hpricot
COMMENT= Fast, enjoyable HTML parser for Ruby
-
-GEM_BUILD= gemspec
+LICENSE= mit
post-extract:
- cd ${WRKSRC}; ${FIND} . -xdev -type f -print | ${XARGS} ${CHMOD} g-w
+ ${FIND} ${WRKSRC} -type f -exec ${CHMOD} g-w {} \;
-.include "../../misc/rubygems/rubygem.mk"
+.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"