summaryrefslogtreecommitdiff
path: root/math/lapacke/files/Makefile.lib
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2014-06-20 14:32:10 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2014-06-20 14:32:10 +0000
commit503986e68b434db6ab0fb016a506ef76d8c52f47 (patch)
treedfaf9a2bee32b17420b9757a6a9a6a4045a7df47 /math/lapacke/files/Makefile.lib
parentStageify. (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.lib4
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>