diff options
author | obache <obache> | 2011-09-01 14:29:40 +0000 |
---|---|---|
committer | obache <obache> | 2011-09-01 14:29:40 +0000 |
commit | ed544283290f0280ff343e8b5b3b87b2e90f6b62 (patch) | |
tree | 25836b29a4302534596ec8a91333591bd62cf9fb /textproc | |
parent | 1fd8083a31162c7c832fb2df9d442954f77b7287 (diff) | |
download | pkgsrc-ed544283290f0280ff343e8b5b3b87b2e90f6b62.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 |