diff options
author | wiz <wiz> | 2010-02-21 15:13:42 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-02-21 15:13:42 +0000 |
commit | 6cb34e4b053b0259f24d0961979d97fa940d2096 (patch) | |
tree | f7814d4e684892e95f92b6914d48aab971662f27 /math/py-scipy | |
parent | 416b2191b4c94c62b9c2a994498407aa8c330378 (diff) | |
download | pkgsrc-6cb34e4b053b0259f24d0961979d97fa940d2096.tar.gz |
Set LICENSE to modified-bsd.
Diffstat (limited to 'math/py-scipy')
-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 |