summaryrefslogtreecommitdiff
path: root/math/superlu/Makefile
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2003-01-28 01:14:03 +0000
committeruebayasi <uebayasi>2003-01-28 01:14:03 +0000
commit0df52c72c1023be6593ac61428a05c676ab17b18 (patch)
tree76b952527ddd5ed520605981f1742522859a76ef /math/superlu/Makefile
parent151d02aceeba6b7064a958b1e2ca863b3555ed1d (diff)
downloadpkgsrc-0df52c72c1023be6593ac61428a05c676ab17b18.tar.gz
Make this have its own ${PREFIX}/include/superlu subdirectory and install all
header files there. Bump revision to 2.
Diffstat (limited to 'math/superlu/Makefile')
-rw-r--r--math/superlu/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/math/superlu/Makefile b/math/superlu/Makefile
index f02a615a142..4893a4ea3d5 100644
--- a/math/superlu/Makefile
+++ b/math/superlu/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2003/01/22 22:07:29 kristerw Exp $
+# $NetBSD: Makefile,v 1.6 2003/01/28 01:14:03 uebayasi Exp $
DISTNAME= superlu_2.0
PKGNAME= superlu-2.0
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= math
MASTER_SITES= http://www.nersc.gov/~xiaoye/SuperLU/
@@ -21,7 +21,8 @@ ALL_TARGET= superlulib
do-install:
${INSTALL_DATA} ${WRKSRC}/libsuperlu.a ${PREFIX}/lib
- ${INSTALL_DATA} ${WRKSRC}/SRC/supermatrix.h ${PREFIX}/include
+ ${INSTALL_DATA_DIR} ${PREFIX}/include/superlu
+ ${INSTALL_DATA} ${WRKSRC}/SRC/*.h ${PREFIX}/include/superlu
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/superlu
${INSTALL_DATA} ${WRKSRC}/INSTALL/ug.ps ${PREFIX}/share/doc/superlu