diff options
author | taca <taca@pkgsrc.org> | 2010-09-10 08:52:04 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-09-10 08:52:04 +0000 |
commit | a68a98c7c7fa6c16f4228de53e042babb5b02507 (patch) | |
tree | 45f486075fa82e1304af781cf2a982f73d519e1d /textproc | |
parent | d390c0cf50dc18c02d169f932e5721486c66eaa9 (diff) | |
download | pkgsrc-a68a98c7c7fa6c16f4228de53e042babb5b02507.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.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xhtmldiff/Makefile | 9 |
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" |