diff options
author | obache <obache> | 2010-05-15 13:09:40 +0000 |
---|---|---|
committer | obache <obache> | 2010-05-15 13:09:40 +0000 |
commit | e46e3d70adc3e6841b2af4f9a92e67c4eb261be8 (patch) | |
tree | 5bc7763e8050cad2f75db015a1cc5f82068f1703 | |
parent | b2490de2eef5673efd72a2ebee7bee51f3e0fe51 (diff) | |
download | pkgsrc-e46e3d70adc3e6841b2af4f9a92e67c4eb261be8.tar.gz |
Note commented out LICENSE (Ruby's).
-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 |