diff options
author | Maho Nakata <maho@FreeBSD.org> | 2005-01-30 03:15:53 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2005-01-30 03:15:53 +0000 |
commit | 8000d53195948e4c203014d38fda0ccc496a9f01 (patch) | |
tree | 548f62dc2314d7fc5dcc8ac2d15b0e0d8c765b93 /math | |
parent | c5ae380c73f215a5b5a422130e22aeaf95305844 (diff) | |
download | ports-8000d53195948e4c203014d38fda0ccc496a9f01.tar.gz ports-8000d53195948e4c203014d38fda0ccc496a9f01.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/spooles/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/spooles/Makefile b/math/spooles/Makefile index cd13889579a9..f31593f4e408 100644 --- a/math/spooles/Makefile +++ b/math/spooles/Makefile @@ -76,7 +76,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/MPI/*.h ${PREFIX}/include/spooles/MPI .else ${MKDIR} ${PREFIX}/include/spooles/MT - ${INSTALL_DATA} ${WRKSRC}/MPI/*.h ${PREFIX}/include/spooles/MT + ${INSTALL_DATA} ${WRKSRC}/MT/*.h ${PREFIX}/include/spooles/MT .endif ${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include/spooles/ .for i in A2 BPG Chv ChvList ChvManager Coords DenseMtx DSTree Drand \ |