diff options
author | taca <taca@pkgsrc.org> | 2010-09-23 09:22:13 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-09-23 09:22:13 +0000 |
commit | ed7aacd54977a3447473e64dc00f66c09e158f26 (patch) | |
tree | b079eccd1578200967416534deeb6c70c484ab0f /textproc/xhtmldiff | |
parent | 0def8e94d366abdf596904774cd343203048afb6 (diff) | |
download | pkgsrc-ed7aacd54977a3447473e64dc00f66c09e158f26.tar.gz |
Remove empty value of LICENSE.
Diffstat (limited to 'textproc/xhtmldiff')
-rw-r--r-- | textproc/xhtmldiff/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/xhtmldiff/Makefile b/textproc/xhtmldiff/Makefile index 15e9d530958..28bd3b5f65d 100644 --- a/textproc/xhtmldiff/Makefile +++ b/textproc/xhtmldiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2010/09/13 14:39:30 taca Exp $ +# $NetBSD: Makefile,v 1.6 2010/09/23 09:22:14 taca Exp $ DISTNAME= xhtmldiff-1.2.2 PKGREVISION= 2 @@ -9,7 +9,6 @@ EXTRACT_SUFX= .tar.gz MAINTAINER= minskim@NetBSD.org 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 |