From e0a4375229b8db485d06b5f17da841a8cce8dc50 Mon Sep 17 00:00:00 2001 From: rh Date: Tue, 5 Sep 2000 08:47:38 +0000 Subject: Install missing includes. --- math/py-Numeric/Makefile | 6 +++++- math/py-Numeric/pkg/PLIST | 7 ++++++- 2 files changed, 11 insertions(+), 2 deletions(-) (limited to 'math/py-Numeric') 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 -- cgit v1.2.3