summaryrefslogtreecommitdiff
path: root/math/eispack/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/eispack/Makefile')
-rw-r--r--math/eispack/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/math/eispack/Makefile b/math/eispack/Makefile
index d62beeeb7c2..9ec04d42897 100644
--- a/math/eispack/Makefile
+++ b/math/eispack/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/12/01 01:48:25 jtb Exp $
+# $NetBSD: Makefile,v 1.3 2001/02/02 00:23:50 jtb Exp $
DISTNAME= eispack-20001130
CATEGORIES= math
@@ -6,14 +6,11 @@ MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= jtb@netbsd.org
+NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
WRKSRC= ${WRKDIR}/eispack
-USE_LIBTOOL= YES
-UES_FORTRAN= YES
-
-.include "../../mk/bsd.prefs.mk"
+USE_FORTRAN= YES
pre-build:
- @${SED} -e 's:%%FORTRAN%%:'${FC}':g' \
- < ${FILESDIR}/Makefile > ${WRKSRC}/Makefile
+ ${CP} ${FILESDIR}/Makefile ${WRKSRC}
.include "../../mk/bsd.pkg.mk"