diff options
author | jtb <jtb@pkgsrc.org> | 2001-04-28 23:59:17 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-04-28 23:59:17 +0000 |
commit | b97c41dde34f14e03b5985a3cf6a23aee3e7b3b4 (patch) | |
tree | 97228d7da600e4c7e4800096060fa118f9f09a60 /math/slatec | |
parent | a1f837e37cee66bfce1e9c82c23e458c36a64d22 (diff) | |
download | pkgsrc-b97c41dde34f14e03b5985a3cf6a23aee3e7b3b4.tar.gz |
Remove redundant echoing, quoting, and input redirection to sed.
Diffstat (limited to 'math/slatec')
-rw-r--r-- | math/slatec/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/slatec/Makefile b/math/slatec/Makefile index 8bcde3e5eab..0fc9eafed24 100644 --- a/math/slatec/Makefile +++ b/math/slatec/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/04/14 21:43:56 jtb Exp $ +# $NetBSD: Makefile,v 1.7 2001/04/28 23:59:21 jtb Exp $ DISTNAME= slatec_src PKGNAME= slatec-4.1 @@ -17,7 +17,6 @@ WRKSRC= ${WRKDIR}/src USE_FORTRAN= YES post-extract: - ${CP} ${FILESDIR}/d1mach.f ${FILESDIR}/i1mach.f ${FILESDIR}/r1mach.f \ - ${FILESDIR}/Makefile ${WRKSRC} + cd ${FILESDIR} && ${CP} d1mach.f i1mach.f r1mach.f Makefile ${WRKSRC} .include "../../mk/bsd.pkg.mk" |