View | Details | Raw Unified | Return to bug 163963
Collapse All | Expand All

(-)Mk/bsd.port.mk (-1 / +1 lines)
Lines 1202-1208 Link Here
1202
1202
1203
.if ${MASTERDIR} != ${.CURDIR}
1203
.if ${MASTERDIR} != ${.CURDIR}
1204
SLAVE_PORT?=	yes
1204
SLAVE_PORT?=	yes
1205
MASTER_PORT?=${MASTERDIR:C/[^\/]+\/\.\.\///:C/[^\/]+\/\.\.\///:C/^.*\/([^\/]+\/[^\/]+)$/\\1/}
1205
MASTER_PORT?=${MASTERDIR:C/[^\/]+\/\.\.\///:C/[^\/]+\/\.\.\///:C/^.*\/([^\/]+\/[^\/]+)\/?$/\\1/}
1206
.else
1206
.else
1207
SLAVE_PORT?=	no
1207
SLAVE_PORT?=	no
1208
MASTER_PORT?=
1208
MASTER_PORT?=
(-)math/spooles-mpich/Makefile (-1 / +1 lines)
Lines 5-11 Link Here
5
# $FreeBSD: ports/math/spooles-mpich/Makefile,v 1.6 2004/10/19 02:10:31 maho Exp $
5
# $FreeBSD: ports/math/spooles-mpich/Makefile,v 1.6 2004/10/19 02:10:31 maho Exp $
6
#
6
#
7
7
8
MASTERDIR=	${.CURDIR}/../spooles/
8
MASTERDIR=	${.CURDIR}/../spooles
9
WITH_MPI=	yes
9
WITH_MPI=	yes
10
10
11
.include "${MASTERDIR}/Makefile"
11
.include "${MASTERDIR}/Makefile"
(-)science/mpqc-mpich/Makefile (-1 / +1 lines)
Lines 5-11 Link Here
5
# $FreeBSD: ports/science/mpqc-mpich/Makefile,v 1.10 2006/11/19 08:42:07 maho Exp $
5
# $FreeBSD: ports/science/mpqc-mpich/Makefile,v 1.10 2006/11/19 08:42:07 maho Exp $
6
#
6
#
7
7
8
MASTERDIR=	${.CURDIR}/../mpqc/
8
MASTERDIR=	${.CURDIR}/../mpqc
9
9
10
PKGNAMESUFFIX=	-mpich
10
PKGNAMESUFFIX=	-mpich

Return to bug 163963