diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-06-20 14:32:10 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-06-20 14:32:10 +0000 |
commit | 503986e68b434db6ab0fb016a506ef76d8c52f47 (patch) | |
tree | dfaf9a2bee32b17420b9757a6a9a6a4045a7df47 /math/lapacke/files/Makefile.lib | |
parent | Stageify. (diff) |
Update to 3.4.2.
Includes staging support and updates to the LIB_DEPENDS syntax.
PR: 191060
Submitted by: phd_kimberlite@yahoo.co.jp (maintainer)
Notes
Notes:
svn path=/head/; revision=358577
Diffstat (limited to 'math/lapacke/files/Makefile.lib')
-rw-r--r-- | math/lapacke/files/Makefile.lib | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/lapacke/files/Makefile.lib b/math/lapacke/files/Makefile.lib index 8b907e4d90e1..19f986a2b234 100644 --- a/math/lapacke/files/Makefile.lib +++ b/math/lapacke/files/Makefile.lib @@ -1119,7 +1119,7 @@ UTILS_SRCS=\ lapacke_ztr_nancheck.c lapacke_ztr_trans.c %%XLAPACKE%%beforeinstall: -%%XLAPACKE%% ${BSD_INSTALL_DATA} ${.CURDIR}/../include/lapacke.h ${PREFIX}/include -%%XLAPACKE%% ${BSD_INSTALL_DATA} ${.CURDIR}/../include/lapacke_utils.h ${PREFIX}/include +%%XLAPACKE%% ${BSD_INSTALL_DATA} ${.CURDIR}/../include/lapacke.h ${DESTDIR}${PREFIX}/include +%%XLAPACKE%% ${BSD_INSTALL_DATA} ${.CURDIR}/../include/lapacke_utils.h ${DESTDIR}${PREFIX}/include .include <bsd.lib.mk> |