summaryrefslogtreecommitdiff
path: root/math/blas/Makefile
diff options
context:
space:
mode:
authorjtb <jtb>2001-02-02 02:21:25 +0000
committerjtb <jtb>2001-02-02 02:21:25 +0000
commitebacb663ea70d09c54d1c6c51e58a5004696d882 (patch)
treec6cd899ce78e483405847eacafb5d14e2223946e /math/blas/Makefile
parent179c2badf95d307239a7d04d7ca14cd4c6dc0705 (diff)
downloadpkgsrc-ebacb663ea70d09c54d1c6c51e58a5004696d882.tar.gz
Don't forget to copy the Makefile into ${WRKSRC}.
Diffstat (limited to 'math/blas/Makefile')
-rw-r--r--math/blas/Makefile5
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"