diff options
author | tg <tg@FreeBSD.org> | 1998-04-15 09:39:16 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-04-15 09:39:16 +0000 |
commit | e574ea554ae791b09839c3c667cdfb0eb62aa361 (patch) | |
tree | 4b5d5a59822dc92a92c3e5a7e2b086f9a919e61b /math/py-numeric | |
parent | 66b92ddd8546340c9230b116dcc8755603c4df92 (diff) | |
download | FreeBSD-ports-e574ea554ae791b09839c3c667cdfb0eb62aa361.zip FreeBSD-ports-e574ea554ae791b09839c3c667cdfb0eb62aa361.tar.gz |
Install header files, too.
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 d78205a..a3337e7 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 a2de915..f7e1faa 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 |