summaryrefslogtreecommitdiff
path: root/math/py-Numeric
diff options
context:
space:
mode:
authorrh <rh>2000-09-05 08:47:38 +0000
committerrh <rh>2000-09-05 08:47:38 +0000
commitd9d9614fc9f0d71025be578881b692b66dbb99d9 (patch)
tree9b49f18d6801f62d105ab6ab985c32ef542d85c1 /math/py-Numeric
parent8fd9089da92b0bfc0de4016682cca523f5347cfd (diff)
downloadpkgsrc-d9d9614fc9f0d71025be578881b692b66dbb99d9.tar.gz
Install missing includes.
Diffstat (limited to 'math/py-Numeric')
-rw-r--r--math/py-Numeric/Makefile6
-rw-r--r--math/py-Numeric/pkg/PLIST7
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