diff options
author | heinz <heinz@pkgsrc.org> | 2007-08-24 08:58:28 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2007-08-24 08:58:28 +0000 |
commit | be43056ce61fa6ecc4883449baf65054eee0abbb (patch) | |
tree | 548dc7fdf8de551b8f2a14643c4895b9508ecaaf /math/py-Numeric/Makefile | |
parent | d1722ac606678c39873fdf43a5b5ad45876be399 (diff) | |
download | pkgsrc-be43056ce61fa6ecc4883449baf65054eee0abbb.tar.gz |
The package supports installation to DESTDIR.
Diffstat (limited to 'math/py-Numeric/Makefile')
-rw-r--r-- | math/py-Numeric/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/py-Numeric/Makefile b/math/py-Numeric/Makefile index 2a701840869..95f47d67e4b 100644 --- a/math/py-Numeric/Makefile +++ b/math/py-Numeric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2006/06/02 16:56:49 joerg Exp $ +# $NetBSD: Makefile,v 1.43 2007/08/24 08:58:28 heinz Exp $ DISTNAME= Numeric-24.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -9,6 +9,8 @@ MAINTAINER= tsarna@NetBSD.org HOMEPAGE= http://numeric.scipy.org/ COMMENT= Adds multidimensional numeric arrays to Python +PKG_DESTDIR_SUPPORT= user-destdir + PYDISTUTILSPKG= yes PYTHON_VERSIONS_ACCEPTED= 24 23 22 PYBINMODULE= yes |