summaryrefslogtreecommitdiff
path: root/www/ruby-htmlsplit
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2004-11-28 05:46:06 +0000
committertaca <taca@pkgsrc.org>2004-11-28 05:46:06 +0000
commit47624d59708903cc9b66350b0ab7bc6acc02923d (patch)
tree89f93e1f632f4b4ac22312f26aca98fc5e67d66f /www/ruby-htmlsplit
parentad30060098b9c1dc1acdc2032a5ffdcdf3f07196 (diff)
downloadpkgsrc-47624d59708903cc9b66350b0ab7bc6acc02923d.tar.gz
Migrate ruby-htmlsplit to use new framework for Ruby packages.
Diffstat (limited to 'www/ruby-htmlsplit')
-rw-r--r--www/ruby-htmlsplit/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/www/ruby-htmlsplit/Makefile b/www/ruby-htmlsplit/Makefile
index c37c55d8158..b2a306f156b 100644
--- a/www/ruby-htmlsplit/Makefile
+++ b/www/ruby-htmlsplit/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2004/03/16 02:01:11 taca Exp $
+# $NetBSD: Makefile,v 1.9 2004/11/28 05:46:06 taca Exp $
DISTNAME= htmlsplit102
-PKGNAME= ${RUBY_PKGNAMEPREFIX}htmlsplit-1.0.2
-PKGREVISION= 1
+PKGNAME= ${RUBY_PKGPREFIX}-htmlsplit-1.0.2
CATEGORIES= www ruby
MASTER_SITES= http://www.moonwolf.com/ruby/archive/
EXTRACT_SUFX= .zip
@@ -12,15 +11,13 @@ HOMEPAGE= http://www.moonwolf.com/ruby/htmlsplit.html
COMMENT= Ruby HTML split/join library
WRKSRC= ${WRKDIR}
-DIST_SUBDIR= ruby
-USE_RUBY= # defined
-NO_CONFIGURE= # defined
-NO_BUILD= # defined
+NO_CONFIGURE= yes
+NO_BUILD= yes
do-install:
${INSTALL_DATA} ${WRKSRC}/htmlsplit.rb ${RUBY_SITELIBDIR}
${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/htmlsplit
${INSTALL_DATA} ${WRKSRC}/splittest.rb ${RUBY_EXAMPLESDIR}/htmlsplit
-.include "../../lang/ruby-base/Makefile.common"
+.include "../../lang/ruby/modules.mk"
.include "../../mk/bsd.pkg.mk"