diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-04-15 09:39:16 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-04-15 09:39:16 +0000 |
commit | fce6308d16b70018f0dc8dca893c3922d7c9c94c (patch) | |
tree | a772984ae1e0b1e317a9f8392ce31673ff203f4b /math/py-numeric | |
parent | 69dc0df90116f000db39228db9313afd99603ff8 (diff) | |
download | ports-fce6308d16b70018f0dc8dca893c3922d7c9c94c.tar.gz ports-fce6308d16b70018f0dc8dca893c3922d7c9c94c.zip |
Notes
Diffstat (limited to 'math/py-numeric')
-rw-r--r-- | math/py-numeric/Makefile | 3 | ||||
-rw-r--r-- | math/py-numeric/pkg-plist | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/math/py-numeric/Makefile b/math/py-numeric/Makefile index d78205a532a2..a3337e7631a1 100644 --- a/math/py-numeric/Makefile +++ b/math/py-numeric/Makefile @@ -3,7 +3,7 @@ # Date created: 20 April 1997 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.5 1998/01/21 13:07:44 tg Exp $ +# $Id: Makefile,v 1.6 1998/04/08 11:13:37 tg Exp $ # DISTNAME= NumPy-11 @@ -32,6 +32,7 @@ do-configure: post-install: ${INSTALL_DATA} ${WRKSRC}/Lib/* ${NUMPYDIR} @${PREFIX}/bin/python -O ${PYTHONSCRIPTDIR}/compileall.py ${NUMPYDIR} + ${INSTALL_DATA} ${WRKSRC}/Include/*object.h ${PREFIX}/include/python1.5 .if !defined(NOPORTDOCS) @${MKDIR} ${DOCDIR} ${INSTALL_DATA} ${WRKSRC}/Doc/*.html ${DOCDIR} diff --git a/math/py-numeric/pkg-plist b/math/py-numeric/pkg-plist index a2de915d61dd..f7e1faab1ef7 100644 --- a/math/py-numeric/pkg-plist +++ b/math/py-numeric/pkg-plist @@ -1,3 +1,5 @@ +include/python1.5/arrayobject.h +include/python1.5/ufuncobject.h lib/python1.5/site-packages/_numpymodule.so lib/python1.5/site-packages/fast_umathmodule.so lib/python1.5/site-packages/fftpack.so |