diff options
author | jlam <jlam@pkgsrc.org> | 2005-06-17 03:50:19 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-06-17 03:50:19 +0000 |
commit | e46a9dd38060ef6414b4db2f15402a701e32c7b7 (patch) | |
tree | 067490bfc0f733c9b522363134ffa36e43b49192 /math/superlu | |
parent | 412af280c005dfc946b85f88a9e754232c586fc7 (diff) | |
download | pkgsrc-e46a9dd38060ef6414b4db2f15402a701e32c7b7.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'math/superlu')
-rw-r--r-- | math/superlu/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/superlu/Makefile b/math/superlu/Makefile index dfefc00fc44..18c02690c64 100644 --- a/math/superlu/Makefile +++ b/math/superlu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/12/03 15:15:03 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2005/06/17 03:50:20 jlam Exp $ DISTNAME= superlu_3.0 PKGNAME= superlu-3.0.1 @@ -19,6 +19,7 @@ WRKSRC= ${WRKDIR}/SuperLU_3.0 BUILD_TARGET= superlulib TEST_DIRS= ${WRKSRC}/TESTING/MATGEN ${WRKSRC}/TESTING TEST_TARGET= all +INSTALLATION_DIRS= lib do-install: ${INSTALL_DATA} ${WRKSRC}/libsuperlu.a ${PREFIX}/lib |