diff options
author | jtb <jtb@pkgsrc.org> | 2000-12-01 01:48:25 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2000-12-01 01:48:25 +0000 |
commit | 63195c6e4a3fa0be8691ce1a55df2e93e66cd857 (patch) | |
tree | d6b515356336ddd0aa1e9f2739b79aac458bf778 /math | |
parent | ce46933a8501b59e858f76fa262b676580cfa446 (diff) | |
download | pkgsrc-63195c6e4a3fa0be8691ce1a55df2e93e66cd857.tar.gz |
Removed the Netlib ".depend" file from the distfile. It causes problems
with Make.
Diffstat (limited to 'math')
-rw-r--r-- | math/eispack/Makefile | 8 | ||||
-rw-r--r-- | math/eispack/files/Makefile | 2 | ||||
-rw-r--r-- | math/eispack/files/md5 | 4 |
3 files changed, 6 insertions, 8 deletions
diff --git a/math/eispack/Makefile b/math/eispack/Makefile index 8af4f21b62b..d62beeeb7c2 100644 --- a/math/eispack/Makefile +++ b/math/eispack/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/11/30 01:46:18 jtb Exp $ +# $NetBSD: Makefile,v 1.2 2000/12/01 01:48:25 jtb Exp $ -DISTNAME= eispack-20001129 +DISTNAME= eispack-20001130 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_LOCAL} @@ -10,12 +10,10 @@ WRKSRC= ${WRKDIR}/eispack USE_LIBTOOL= YES UES_FORTRAN= YES -FOPTS?= -O3 - .include "../../mk/bsd.prefs.mk" pre-build: - @${SED} -e 's:%%FORTRAN%%:'${FC}':g;s:%%FOPTS%%:'${FOPTS}':g' \ + @${SED} -e 's:%%FORTRAN%%:'${FC}':g' \ < ${FILESDIR}/Makefile > ${WRKSRC}/Makefile .include "../../mk/bsd.pkg.mk" diff --git a/math/eispack/files/Makefile b/math/eispack/files/Makefile index 439c26aaddd..34ffffec82d 100644 --- a/math/eispack/files/Makefile +++ b/math/eispack/files/Makefile @@ -2,7 +2,7 @@ LIB = eispack LIBDIR = ${PREFIX}/lib FORTRAN = %%FORTRAN%% -FOPTS = %%FOPTS%% +FOPTS = -O3 all: lib$(LIB) diff --git a/math/eispack/files/md5 b/math/eispack/files/md5 index 9ac580aa14a..b7e7c83c670 100644 --- a/math/eispack/files/md5 +++ b/math/eispack/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1.1.1 2000/11/30 01:46:18 jtb Exp $ +$NetBSD: md5,v 1.2 2000/12/01 01:48:26 jtb Exp $ -MD5 (eispack-20001129.tar.gz) = d38daa3eb4a9fc6e4fa38d5634688da2 +MD5 (eispack-20001130.tar.gz) = aac2a4cae7b2bf3895487920c6e3000a |