summaryrefslogtreecommitdiff
path: root/math/py-Numeric/Makefile
diff options
context:
space:
mode:
authorrh <rh>2000-09-05 08:47:38 +0000
committerrh <rh>2000-09-05 08:47:38 +0000
commit5ef76324cc133284ac5a5bfc6d4ba2a3c87286d9 (patch)
tree9b49f18d6801f62d105ab6ab985c32ef542d85c1 /math/py-Numeric/Makefile
parentd40b4fb2ac2e2a378165d08404c8ff74d5eec26e (diff)
downloadpkgsrc-5ef76324cc133284ac5a5bfc6d4ba2a3c87286d9.tar.gz
Install missing includes.
Diffstat (limited to 'math/py-Numeric/Makefile')
-rw-r--r--math/py-Numeric/Makefile6
1 files changed, 5 insertions, 1 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"