diff options
author | jtb <jtb@pkgsrc.org> | 2000-12-01 01:49:46 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2000-12-01 01:49:46 +0000 |
commit | 9aaf029f6b2cd643a83ef749cbccf6368cdee6ee (patch) | |
tree | 7808263071d48874340ab7ff4b255096bcf7adaf /math/fftpack | |
parent | 63195c6e4a3fa0be8691ce1a55df2e93e66cd857 (diff) | |
download | pkgsrc-9aaf029f6b2cd643a83ef749cbccf6368cdee6ee.tar.gz |
Remove the Netlib ".depend" file from the distfile. It causes problems
with Make.
Diffstat (limited to 'math/fftpack')
-rw-r--r-- | math/fftpack/Makefile | 8 | ||||
-rw-r--r-- | math/fftpack/files/Makefile | 2 | ||||
-rw-r--r-- | math/fftpack/files/md5 | 4 |
3 files changed, 6 insertions, 8 deletions
diff --git a/math/fftpack/Makefile b/math/fftpack/Makefile index 89cae0a2d62..1829fc8355e 100644 --- a/math/fftpack/Makefile +++ b/math/fftpack/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2000/11/30 00:40:20 jtb Exp $ +# $NetBSD: Makefile,v 1.3 2000/12/01 01:49:46 jtb Exp $ -DISTNAME= fftpack-20001129 +DISTNAME= fftpack-20001130 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_LOCAL} @@ -11,12 +11,10 @@ WRKSRC= ${WRKDIR}/fftpack USE_LIBTOOL= YES UES_FORTRAN= YES -FOPTS?= -O2 - .include "../../mk/bsd.prefs.mk" post-extract: - @${SED} -e 's:%%FORTRAN%%:'${FC}':g;s:%%FOPTS%%:'${FOPTS}':g' \ + @${SED} -e 's:%%FORTRAN%%:'${FC}':g' \ < ${FILESDIR}/Makefile > ${WRKSRC}/Makefile post-install: diff --git a/math/fftpack/files/Makefile b/math/fftpack/files/Makefile index eef8095a78b..2ba1f14762c 100644 --- a/math/fftpack/files/Makefile +++ b/math/fftpack/files/Makefile @@ -2,7 +2,7 @@ LIB = fftpack LIBDIR = ${PREFIX}/lib FORTRAN = %%FORTRAN%% -FOPTS = %%FOPTS%% +FOPTS = -O3 all: lib$(LIB) diff --git a/math/fftpack/files/md5 b/math/fftpack/files/md5 index 00d72a96eba..3e7813c3d16 100644 --- a/math/fftpack/files/md5 +++ b/math/fftpack/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.2 2000/11/30 00:40:21 jtb Exp $ +$NetBSD: md5,v 1.3 2000/12/01 01:49:46 jtb Exp $ -MD5 (fftpack-20001129.tar.gz) = ac48ac755b6c9e58aa8e1bad9fdef94e +MD5 (fftpack-20001130.tar.gz) = 4ba6a8d55e087f136505b0cda5e5039d |