diff options
author | rh <rh> | 2000-09-05 08:47:38 +0000 |
---|---|---|
committer | rh <rh> | 2000-09-05 08:47:38 +0000 |
commit | 5ef76324cc133284ac5a5bfc6d4ba2a3c87286d9 (patch) | |
tree | 9b49f18d6801f62d105ab6ab985c32ef542d85c1 /math | |
parent | d40b4fb2ac2e2a378165d08404c8ff74d5eec26e (diff) | |
download | pkgsrc-5ef76324cc133284ac5a5bfc6d4ba2a3c87286d9.tar.gz |
Install missing includes.
Diffstat (limited to 'math')
-rw-r--r-- | math/py-Numeric/Makefile | 6 | ||||
-rw-r--r-- | math/py-Numeric/pkg/PLIST | 7 |
2 files changed, 11 insertions, 2 deletions
diff --git a/math/py-Numeric/Makefile b/math/py-Numeric/Makefile index 116adc2e454..275fbf1e54d 100644 --- a/math/py-Numeric/Makefile +++ b/math/py-Numeric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2000/08/21 21:01:32 hubertf Exp $ +# $NetBSD: Makefile,v 1.15 2000/09/05 08:47:38 rh Exp $ DISTNAME= LLNLPython4 PKGNAME= py-Numeric-1.3 @@ -29,5 +29,9 @@ post-install: ${INSTALL_DATA} *.py *.pyc *.pyo ${PREFIX}/lib/python1.5/site-packages) @${MKDIR} ${DOCDIR} ${INSTALL_DATA} ${WRKSRC}/Doc/*.html ${DOCDIR} +.for incs in arrayobject.h f2c.h fftpack.h ranlib.h ufuncobject.h + ${INSTALL_DATA} ${WRKSRC}/Include/${incs} \ + ${PREFIX}/include/python1.5 +.endfor .include "../../mk/bsd.pkg.mk" diff --git a/math/py-Numeric/pkg/PLIST b/math/py-Numeric/pkg/PLIST index b9770114de9..46b607eb629 100644 --- a/math/py-Numeric/pkg/PLIST +++ b/math/py-Numeric/pkg/PLIST @@ -1,4 +1,9 @@ -@comment $NetBSD: PLIST,v 1.4 1998/04/27 08:03:43 tron Exp $ +@comment $NetBSD: PLIST,v 1.5 2000/09/05 08:47:38 rh Exp $ +include/python1.5/arrayobject.h +include/python1.5/f2c.h +include/python1.5/fftpack.h +include/python1.5/ranlib.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 |