diff options
Diffstat (limited to 'math/fftpack/Makefile')
-rw-r--r-- | math/fftpack/Makefile | 8 |
1 files changed, 3 insertions, 5 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: |