diff options
author | heinz <heinz> | 2004-05-23 15:09:06 +0000 |
---|---|---|
committer | heinz <heinz> | 2004-05-23 15:09:06 +0000 |
commit | 5ba3b7582449bad0d219b531bce4df344b74dc8c (patch) | |
tree | ec9c3459f3d75800c35364c49789525088b9ad3c /parallel/mpi-ch/Makefile | |
parent | d95ddf39a2e52c3815559260cc5b83800479ed46 (diff) | |
download | pkgsrc-5ba3b7582449bad0d219b531bce4df344b74dc8c.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/mpi-ch/Makefile')
-rw-r--r-- | parallel/mpi-ch/Makefile | 4 |
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 > \ |