diff options
author | gdt <gdt@pkgsrc.org> | 2010-02-06 22:11:44 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2010-02-06 22:11:44 +0000 |
commit | fa526981a7ba8d77ead1a28a13808aeb30ccf7e9 (patch) | |
tree | 461e928f0a47e3ee1e68eb7baf3ec52d9133933c /devel | |
parent | d495ed80f62a423ae0da56dc213ffd90f8e71d1a (diff) | |
download | pkgsrc-fa526981a7ba8d77ead1a28a13808aeb30ccf7e9.tar.gz |
license is original BSD with empahsis on making it clear that modified
versions are modified.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/hdf5/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/hdf5/Makefile b/devel/hdf5/Makefile index 41a722806b7..c049a55d2f9 100644 --- a/devel/hdf5/Makefile +++ b/devel/hdf5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2009/11/15 15:50:50 drochner Exp $ +# $NetBSD: Makefile,v 1.43 2010/02/06 22:11:44 gdt Exp $ DISTNAME= hdf5-1.6.10 CATEGORIES= devel @@ -8,6 +8,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.hdfgroup.org/HDF5/ COMMENT= Hierarchical Data Format (new generation) +LICENSE= original-bsd + USE_LIBTOOL= yes USE_TOOLS+= pax tr GNU_CONFIGURE= yes |