diff options
author | obache <obache> | 2010-05-15 13:09:40 +0000 |
---|---|---|
committer | obache <obache> | 2010-05-15 13:09:40 +0000 |
commit | 9a7fe7f2124c96b949acaf7d3b46e48b45005a90 (patch) | |
tree | 5bc7763e8050cad2f75db015a1cc5f82068f1703 /textproc/ruby-htree | |
parent | 8fa3f1f6e686b5840bdd26709c02f068823c9d90 (diff) | |
download | pkgsrc-9a7fe7f2124c96b949acaf7d3b46e48b45005a90.tar.gz |
Note commented out LICENSE (Ruby's).
Diffstat (limited to 'textproc/ruby-htree')
-rw-r--r-- | textproc/ruby-htree/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/ruby-htree/Makefile b/textproc/ruby-htree/Makefile index e5f5bb27e60..75366fa403a 100644 --- a/textproc/ruby-htree/Makefile +++ b/textproc/ruby-htree/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2008/10/29 04:17:18 obache Exp $ +# $NetBSD: Makefile,v 1.5 2010/05/15 13:09:40 obache Exp $ DISTNAME= htree-0.7 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} @@ -8,6 +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 PKG_DESTDIR_SUPPORT= user-destdir |