diff options
author | maho <maho@FreeBSD.org> | 2004-03-07 22:46:42 +0000 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2004-03-07 22:46:42 +0000 |
commit | ea331ada8af8efe5e859b052a68c9ef2ec2b5538 (patch) | |
tree | 50bc9429041a0eea628824ebccda35fd25812353 /math/spooles-mpich | |
parent | d5a137decf0a9f2d424e4ebfb228e66748e8ed63 (diff) | |
download | FreeBSD-ports-ea331ada8af8efe5e859b052a68c9ef2ec2b5538.zip FreeBSD-ports-ea331ada8af8efe5e859b052a68c9ef2ec2b5538.tar.gz |
USE MASTERDIR when include Makefile
PR: 63730
Submitted by: Mark Linimon <linimon@FreeBSD.org>
Suggestion by: Masafumi Otsune <info@otsune.com>
Diffstat (limited to 'math/spooles-mpich')
-rw-r--r-- | math/spooles-mpich/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |