diff options
author | obache <obache@pkgsrc.org> | 2010-05-16 12:19:11 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-05-16 12:19:11 +0000 |
commit | 0b30927370c07f5195b59481713f750f798a36af (patch) | |
tree | 5a77411cb0020d9fab6982654cd1c42414eeb58d /textproc | |
parent | cbd6aeb47ff3ce1ebb4170864a415ec19b24280d (diff) | |
download | pkgsrc-0b30927370c07f5195b59481713f750f798a36af.tar.gz |
LICENSE=ruby-license
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-htree/Makefile | 4 | ||||
-rw-r--r-- | textproc/ruby-xmlscan/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/ruby-htree/Makefile b/textproc/ruby-htree/Makefile index 75366fa403a..3c4c53d133b 100644 --- a/textproc/ruby-htree/Makefile +++ b/textproc/ruby-htree/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2010/05/15 13:09:40 obache Exp $ +# $NetBSD: Makefile,v 1.6 2010/05/16 12:21:44 obache Exp $ DISTNAME= htree-0.7 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} @@ -8,7 +8,7 @@ MASTER_SITES= http://www.a-k-r.org/htree/ MAINTAINER= obache@NetBSD.org HOMEPAGE= http://www.a-k-r.org/htree/ COMMENT= Tree data structure which represent HTML and XML data for Ruby -#LICENSE= # Ruby's +LICENSE= ruby-license PKG_DESTDIR_SUPPORT= user-destdir diff --git a/textproc/ruby-xmlscan/Makefile b/textproc/ruby-xmlscan/Makefile index 0a03de638de..decc38b800a 100644 --- a/textproc/ruby-xmlscan/Makefile +++ b/textproc/ruby-xmlscan/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2010/05/15 13:20:13 obache Exp $ +# $NetBSD: Makefile,v 1.8 2010/05/16 12:20:58 obache Exp $ # DISTNAME= xmlscan-${VER} @@ -10,7 +10,7 @@ MASTER_SITES= http://www.blue.sky.or.jp/atelier/ruby/xmlscan/ MAINTAINER= obache@NetBSD.org HOMEPAGE= http://www.blue.sky.or.jp/atelier/ruby/xmlscan/ COMMENT= Pure Ruby XML parser -#LICENSE= # Ruby's +LICENSE= ruby-license PKG_DESTDIR_SUPPORT= user-destdir |