diff options
author | maho <maho@FreeBSD.org> | 2005-01-30 11:15:53 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2005-01-30 11:15:53 +0800 |
commit | 46682004255ab3469189bc6018fc88839254ae66 (patch) | |
tree | bf9053d742cc97d31c9892b2671b755ae04f7623 /math | |
parent | 82cbd31a7e51965d3fc07bd15b9c70afad628b53 (diff) | |
download | freebsd-ports-gnome-46682004255ab3469189bc6018fc88839254ae66.tar.gz freebsd-ports-gnome-46682004255ab3469189bc6018fc88839254ae66.tar.zst freebsd-ports-gnome-46682004255ab3469189bc6018fc88839254ae66.zip |
Fix packaging.
Submitted by: kris via pointyhat
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 \ |