summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca>2010-09-10 08:52:04 +0000
committertaca <taca>2010-09-10 08:52:04 +0000
commita133fad1f27bedd2d9b9ef108b17d96c398f7ca5 (patch)
tree45f486075fa82e1304af781cf2a982f73d519e1d
parentfaeaf0fccba807d8406d1be99caf570cfef0fc1a (diff)
downloadpkgsrc-a133fad1f27bedd2d9b9ef108b17d96c398f7ca5.tar.gz
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Comment out HOMEPAGE, domain disappeared. * Add LICENSE. * Remove default value of GEM_BUILD.
-rw-r--r--textproc/xhtmldiff/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/textproc/xhtmldiff/Makefile b/textproc/xhtmldiff/Makefile
index 8ca679b1f3d..494a4542316 100644
--- a/textproc/xhtmldiff/Makefile
+++ b/textproc/xhtmldiff/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2010/09/07 17:20:27 taca Exp $
+# $NetBSD: Makefile,v 1.4 2010/09/10 08:52:04 taca Exp $
DISTNAME= xhtmldiff-1.2.2
PKGREVISION= 1
@@ -7,17 +7,16 @@ MASTER_SITES= http://theinternetco.net/projects/ruby/
EXTRACT_SUFX= .tar.gz
MAINTAINER= minskim@NetBSD.org
-HOMEPAGE= http://theinternetco.net/projects/ruby/xhtmldiff.html
+HOMEPAGE= # http://theinternetco.net/projects/ruby/xhtmldiff.html
COMMENT= Tool for generating valid XHTML redline documents
+LICENSE= # unknown
DEPENDS+= ${RUBY_PKGPREFIX}-diff-lcs>=1.1.1:../../textproc/ruby-diff-lcs
RUBY_VERSION_SUPPORTED= 18
-GEM_BUILD= gemspec
-
post-extract:
cp ${WRKSRC}/packaging/xhtmldiff.gemspec ${GEM_SPECFILE}
-.include "../../misc/rubygems/rubygem.mk"
+.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"