diff options
author | jtb <jtb> | 2001-02-02 02:21:25 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-02-02 02:21:25 +0000 |
commit | ebacb663ea70d09c54d1c6c51e58a5004696d882 (patch) | |
tree | c6cd899ce78e483405847eacafb5d14e2223946e /math/blas | |
parent | 179c2badf95d307239a7d04d7ca14cd4c6dc0705 (diff) | |
download | pkgsrc-ebacb663ea70d09c54d1c6c51e58a5004696d882.tar.gz |
Don't forget to copy the Makefile into ${WRKSRC}.
Diffstat (limited to 'math/blas')
-rw-r--r-- | math/blas/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/math/blas/Makefile b/math/blas/Makefile index 6ec2e28aeec..7a584894538 100644 --- a/math/blas/Makefile +++ b/math/blas/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/02/02 00:23:49 jtb Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/02 02:21:25 jtb Exp $ # DISTNAME= blas @@ -15,4 +15,7 @@ WRKSRC= ${WRKDIR} NO_WRKSUBDIR= YES USE_FORTRAN= YES +post-extract: + ${CP} ${FILESDIR}/Makefile ${WRKSRC} + .include "../../mk/bsd.pkg.mk" |