summaryrefslogtreecommitdiff
path: root/math/fftpack/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/fftpack/Makefile')
-rw-r--r--math/fftpack/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/math/fftpack/Makefile b/math/fftpack/Makefile
index 1829fc8355e..f094cb05ae6 100644
--- a/math/fftpack/Makefile
+++ b/math/fftpack/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2000/12/01 01:49:46 jtb Exp $
+# $NetBSD: Makefile,v 1.4 2001/01/22 23:30:01 jtb Exp $
DISTNAME= fftpack-20001130
CATEGORIES= math
@@ -6,16 +6,13 @@ MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= jtb@netbsd.org
+NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
WRKSRC= ${WRKDIR}/fftpack
-
USE_LIBTOOL= YES
UES_FORTRAN= YES
-.include "../../mk/bsd.prefs.mk"
-
post-extract:
- @${SED} -e 's:%%FORTRAN%%:'${FC}':g' \
- < ${FILESDIR}/Makefile > ${WRKSRC}/Makefile
+ ${CP} ${FILESDIR}/Makefile ${WRKSRC}
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/fftpack