From ea331ada8af8efe5e859b052a68c9ef2ec2b5538 Mon Sep 17 00:00:00 2001 From: maho Date: Sun, 7 Mar 2004 22:46:42 +0000 Subject: USE MASTERDIR when include Makefile PR: 63730 Submitted by: Mark Linimon Suggestion by: Masafumi Otsune --- math/spooles-mpich/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math/spooles-mpich') diff --git a/math/spooles-mpich/Makefile b/math/spooles-mpich/Makefile index 52b5dff..88f5b32 100644 --- a/math/spooles-mpich/Makefile +++ b/math/spooles-mpich/Makefile @@ -8,6 +8,6 @@ MASTERDIR= ${.CURDIR}/../spooles/ USE_MPI= YES -.include "${.CURDIR}/../spooles/Makefile" +.include "${MASTERDIR}/spooles/Makefile" PKGNAMESUFFIX= -mpich -- cgit v1.1