diff options
author | Maho Nakata <maho@FreeBSD.org> | 2004-03-07 22:46:42 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2004-03-07 22:46:42 +0000 |
commit | 223ed1f08f0f473123e82f9f32ecd47254f1b20f (patch) | |
tree | a6ea37d629b20dadc22e00fb77197f0d4a0f21e0 /math/spooles-mpich | |
parent | 3b69a87e8d9a6f50f34d9c1314a16f7ae42a5604 (diff) | |
download | ports-223ed1f08f0f473123e82f9f32ecd47254f1b20f.tar.gz ports-223ed1f08f0f473123e82f9f32ecd47254f1b20f.zip |
Notes
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 52b5dff147ce..88f5b32716fb 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 |