diff options
author | maho <maho@FreeBSD.org> | 2007-03-15 14:04:53 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-03-15 14:04:53 +0800 |
commit | 905bfb7149946f78da0f1f4035f1f700d8c23c2e (patch) | |
tree | bde7abde7e5bf4ef62dd951fea6c0cb65ec6c505 /math/mumps-mpich | |
parent | 804c9ffbbdcbca881466fe29ae0dd780d4443cdb (diff) | |
download | freebsd-ports-gnome-905bfb7149946f78da0f1f4035f1f700d8c23c2e.tar.gz freebsd-ports-gnome-905bfb7149946f78da0f1f4035f1f700d8c23c2e.tar.zst freebsd-ports-gnome-905bfb7149946f78da0f1f4035f1f700d8c23c2e.zip |
Use relative dir for master port instead of using ${MASTERDIR}.
Diffstat (limited to 'math/mumps-mpich')
-rw-r--r-- | math/mumps-mpich/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/mumps-mpich/Makefile b/math/mumps-mpich/Makefile index 1035990503c8..3c75598b31b8 100644 --- a/math/mumps-mpich/Makefile +++ b/math/mumps-mpich/Makefile @@ -9,4 +9,4 @@ MASTERDIR= ${.CURDIR}/../mumps WITH_MPI= yes -.include "${MASTERDIR}/Makefile" +.include "../mumps/Makefile" |