summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"