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 | 2c666ef4ece6b574bafdf1f731357161af423093 (patch) | |
tree | b079eccd1578200967416534deeb6c70c484ab0f /textproc | |
parent | 81e8f73fa5764f310b21cfa41edcea6e87c2a208 (diff) | |
download | pkgsrc-2c666ef4ece6b574bafdf1f731357161af423093.tar.gz |
Remove empty value of LICENSE.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-markaby/Makefile | 3 | ||||
-rw-r--r-- | textproc/xhtmldiff/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/textproc/ruby-markaby/Makefile b/textproc/ruby-markaby/Makefile index b4e265f6c12..9e7c9768f38 100644 --- a/textproc/ruby-markaby/Makefile +++ b/textproc/ruby-markaby/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2010/09/10 08:21:04 taca Exp $ +# $NetBSD: Makefile,v 1.3 2010/09/23 09:22:14 taca Exp $ DISTNAME= markaby-0.7.1 CATEGORIES= textproc @@ -6,7 +6,6 @@ CATEGORIES= textproc MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://markaby.github.com/markaby/ COMMENT= HTML Markup as Ruby -LICENSE= # unknown DEPENDS+= ${RUBY_PKGPREFIX}-builder>=2.0.0:../../textproc/ruby-builder 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 |