summaryrefslogtreecommitdiff
path: root/parallel
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2004-05-23 15:09:06 +0000
committerheinz <heinz@pkgsrc.org>2004-05-23 15:09:06 +0000
commitab369beb4f86166e2039fd9f12aecf1cab12a5d7 (patch)
treeec9c3459f3d75800c35364c49789525088b9ad3c /parallel
parent2b4fdcd185d271070f023445fc3782ab754f885b (diff)
downloadpkgsrc-ab369beb4f86166e2039fd9f12aecf1cab12a5d7.tar.gz
Use option "-r" instead of "-e" for the '[' command since this is not
portable to some operating systems (eg UnixWare or IRIX 5).
Diffstat (limited to 'parallel')
-rw-r--r--parallel/mpi-ch/Makefile4
1 files changed, 2 insertions, 2 deletions
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 > \