diff options
author | wiz <wiz> | 2009-10-31 03:05:20 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-10-31 03:05:20 +0000 |
commit | e6497f289b684c6f6cb2831bc1f4ee683496491f (patch) | |
tree | 1c8f832a7dbea5a6e90f222d5e9caed1c1eaaafd /textproc | |
parent | 796a85b5a37350e948d4b5a1d5b5ed3fbf59f04a (diff) | |
download | pkgsrc-e6497f289b684c6f6cb2831bc1f4ee683496491f.tar.gz |
Set LICENSE.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxml2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index 4f97dae670e..7544d6a8c61 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.102 2009/10/21 14:55:32 drochner Exp $ +# $NetBSD: Makefile,v 1.103 2009/10/31 03:05:20 wiz Exp $ DISTNAME= libxml2-2.7.6 CATEGORIES= textproc @@ -9,6 +9,7 @@ MASTER_SITES= ftp://xmlsoft.org/libxml2/ \ MAINTAINER= recht@NetBSD.org HOMEPAGE= http://xmlsoft.org/ COMMENT= XML parser library from the GNOME project +LICENSE= modified-bsd PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir |