diff options
author | obache <obache@pkgsrc.org> | 2011-09-01 14:29:40 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-09-01 14:29:40 +0000 |
commit | c75df8fec0eaa21870740b71bbd2ea8af7623aa4 (patch) | |
tree | 25836b29a4302534596ec8a91333591bd62cf9fb /textproc | |
parent | 391e314ec799a8cdb4ddc875f2921fc2eb8e895e (diff) | |
download | pkgsrc-c75df8fec0eaa21870740b71bbd2ea8af7623aa4.tar.gz |
LICENSE=gnu-lgpl-v2.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxml/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/libxml/Makefile b/textproc/libxml/Makefile index b28debddc40..41b78907561 100644 --- a/textproc/libxml/Makefile +++ b/textproc/libxml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2011/09/01 14:29:04 obache Exp $ +# $NetBSD: Makefile,v 1.41 2011/09/01 14:29:40 obache Exp $ # DISTNAME= libxml-1.8.17 @@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxml/1.8/} MAINTAINER= rh@NetBSD.org HOMEPAGE= http://xmlsoft.org/ COMMENT= XML parser (version 1), mainly used by the GNOME project +LICENSE= gnu-lgpl-v2 PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir |