From 5ba3b7582449bad0d219b531bce4df344b74dc8c Mon Sep 17 00:00:00 2001 From: heinz Date: Sun, 23 May 2004 15:09:06 +0000 Subject: Use option "-r" instead of "-e" for the '[' command since this is not portable to some operating systems (eg UnixWare or IRIX 5). --- parallel/mpi-ch/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'parallel/mpi-ch') diff --git a/parallel/mpi-ch/Makefile b/parallel/mpi-ch/Makefile index 874b96a0287..e22c8ccdbe4 100644 --- a/parallel/mpi-ch/Makefile +++ b/parallel/mpi-ch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2004/03/08 20:27:15 minskim Exp $ +# $NetBSD: Makefile,v 1.28 2004/05/23 15:09:06 heinz Exp $ DISTNAME= mpich-1.2.5.2 CATEGORIES= parallel @@ -59,7 +59,7 @@ pre-configure: .endif post-build: - @(if [ -e ${WRKSRC}/mpe/viewers/jumpshot-2/bin/jumpshot ]; then \ + @(if [ -r ${WRKSRC}/mpe/viewers/jumpshot-2/bin/jumpshot ]; then \ ${TOUCH} ${WRKDIR}/with-java; \ fi) ${SED} -e "s,@PREFIX@,${PREFIX}," ${WRKSRC}/man/man1/MPI.1 > \ -- cgit v1.2.3