diff options
author | jtb <jtb@pkgsrc.org> | 2000-12-01 01:50:44 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2000-12-01 01:50:44 +0000 |
commit | ce2472e0f248286eaeab728555e5a57cf04c7f63 (patch) | |
tree | 74e323ed9a05fcd9841cfeec0d4c7774355f3476 /math/quadpack/Makefile | |
parent | 9aaf029f6b2cd643a83ef749cbccf6368cdee6ee (diff) | |
download | pkgsrc-ce2472e0f248286eaeab728555e5a57cf04c7f63.tar.gz |
Removed the Netlib ".depend" file from the distfile. It causes problems
with Make.
Diffstat (limited to 'math/quadpack/Makefile')
-rw-r--r-- | math/quadpack/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/math/quadpack/Makefile b/math/quadpack/Makefile index f8dee4a763b..49e526363b7 100644 --- a/math/quadpack/Makefile +++ b/math/quadpack/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/11/30 01:25:21 jtb Exp $ +# $NetBSD: Makefile,v 1.2 2000/12/01 01:51:33 jtb Exp $ -DISTNAME= quadpack-20001129 +DISTNAME= quadpack-20001130 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_LOCAL} @@ -11,12 +11,10 @@ WRKSRC= ${WRKDIR}/quadpack 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 post-install: |