diff options
author | wiz <wiz@pkgsrc.org> | 2010-02-21 15:13:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-02-21 15:13:42 +0000 |
commit | 29dc46cfc03e9645f289f7f3f3e175eca8b5f8c6 (patch) | |
tree | f7814d4e684892e95f92b6914d48aab971662f27 /math | |
parent | 6de8d141ad21a29ded60625000a99879bdfddf70 (diff) | |
download | pkgsrc-29dc46cfc03e9645f289f7f3f3e175eca8b5f8c6.tar.gz |
Set LICENSE to modified-bsd.
Diffstat (limited to 'math')
-rw-r--r-- | math/py-scipy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/py-scipy/Makefile b/math/py-scipy/Makefile index 14af766c597..5c6b2077793 100644 --- a/math/py-scipy/Makefile +++ b/math/py-scipy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2009/12/03 13:06:55 asau Exp $ +# $NetBSD: Makefile,v 1.6 2010/02/21 15:13:42 wiz Exp $ DISTNAME= scipy-0.7.0 PKGNAME= ${PYPKGPREFIX}-scipy-0.7.0 @@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scipy/} MAINTAINER= markd@NetBSD.org HOMEPAGE= http://www.scipy.org/ COMMENT= Scientific Algorithms Library for Python +LICENSE= modified-bsd PKG_DESTDIR_SUPPORT= user-destdir |