summaryrefslogtreecommitdiff
path: root/math/slatec/Makefile
diff options
context:
space:
mode:
authorrillig <rillig>2006-07-27 18:49:47 +0000
committerrillig <rillig>2006-07-27 18:49:47 +0000
commitaaa0909459a45a2bbb383c1a7f62f0977ce3b21c (patch)
tree645af60d7bcb5e451d364080d2db6505e830e7d7 /math/slatec/Makefile
parent13292e0b06612d50d33da7f501553c3bf56c4f0e (diff)
downloadpkgsrc-aaa0909459a45a2bbb383c1a7f62f0977ce3b21c.tar.gz
When all source files are compiled with a Fortran compiler, why should a
C compiler be used for linking them?
Diffstat (limited to 'math/slatec/Makefile')
-rw-r--r--math/slatec/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/slatec/Makefile b/math/slatec/Makefile
index 4e3048e6100..a3de1c3bfc9 100644
--- a/math/slatec/Makefile
+++ b/math/slatec/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2005/04/11 21:46:31 tv Exp $
+# $NetBSD: Makefile,v 1.17 2006/07/27 18:49:47 rillig Exp $
#
DISTNAME= slatec_src
@@ -21,6 +21,6 @@ USE_LANGUAGES= fortran
USE_LIBTOOL= YES
post-extract:
- cd ${FILESDIR} && ${CP} d1mach.f i1mach.f r1mach.f ${WRKSRC}
+ cd ${FILESDIR} && cp d1mach.f i1mach.f r1mach.f ${WRKSRC}
.include "../../mk/bsd.pkg.mk"