From 46682004255ab3469189bc6018fc88839254ae66 Mon Sep 17 00:00:00 2001
From: maho <maho@FreeBSD.org>
Date: Sun, 30 Jan 2005 03:15:53 +0000
Subject: Fix packaging.

Submitted by:	kris via pointyhat
---
 math/spooles/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'math/spooles')

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 \
-- 
cgit