diff options
author | maho <maho@FreeBSD.org> | 2004-03-08 07:07:46 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2004-03-08 07:07:46 +0800 |
commit | 7a8a3d5eb0eb526a6a2c5a8d77c202a2d194a267 (patch) | |
tree | 169c357b988b566e94b9e54d134d9e6c837a3d20 /math | |
parent | ea331ada8af8efe5e859b052a68c9ef2ec2b5538 (diff) | |
download | freebsd-ports-gnome-7a8a3d5eb0eb526a6a2c5a8d77c202a2d194a267.tar.gz freebsd-ports-gnome-7a8a3d5eb0eb526a6a2c5a8d77c202a2d194a267.tar.zst freebsd-ports-gnome-7a8a3d5eb0eb526a6a2c5a8d77c202a2d194a267.zip |
Fix very bogos miss.
Submitted by: FreshPorts
Diffstat (limited to 'math')
-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 88f5b32716fb..25a8a2dcb764 100644 --- a/math/spooles-mpich/Makefile +++ b/math/spooles-mpich/Makefile @@ -8,6 +8,6 @@ MASTERDIR= ${.CURDIR}/../spooles/ USE_MPI= YES -.include "${MASTERDIR}/spooles/Makefile" +.include "${MASTERDIR}/Makefile" PKGNAMESUFFIX= -mpich |