diff options
author | rh <rh@pkgsrc.org> | 2000-09-05 08:47:38 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-09-05 08:47:38 +0000 |
commit | e0a4375229b8db485d06b5f17da841a8cce8dc50 (patch) | |
tree | 9b49f18d6801f62d105ab6ab985c32ef542d85c1 /math/py-Numeric/Makefile | |
parent | 5c8b4d640feaea384a0acd4d4415a745ec0e7033 (diff) | |
download | pkgsrc-e0a4375229b8db485d06b5f17da841a8cce8dc50.tar.gz |
Install missing includes.
Diffstat (limited to 'math/py-Numeric/Makefile')
-rw-r--r-- | math/py-Numeric/Makefile | 6 |
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" |