diff options
author | wiz <wiz> | 2000-10-21 22:52:37 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-10-21 22:52:37 +0000 |
commit | fcd5836a61964c7b868c858c1b73302b4ae4c6f8 (patch) | |
tree | c5c73805d1fb417a530150659f54d30a58f53419 /parallel | |
parent | f6ff7203b14f3cd14d96270af5a5b18fb9b82334 (diff) | |
download | pkgsrc-fcd5836a61964c7b868c858c1b73302b4ae4c6f8.tar.gz |
remove trailing whitespace
Diffstat (limited to 'parallel')
-rw-r--r-- | parallel/glunix/Makefile | 4 | ||||
-rw-r--r-- | parallel/mpi-ch/Makefile | 4 | ||||
-rw-r--r-- | parallel/pvm3/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/parallel/glunix/Makefile b/parallel/glunix/Makefile index 178dea936a9..35ca9d1b4f5 100644 --- a/parallel/glunix/Makefile +++ b/parallel/glunix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2000/10/10 19:25:09 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.15 2000/10/21 22:52:37 wiz Exp $ DISTNAME= glunix-release-1-0a PKGNAME= glunix-1.0a @@ -10,7 +10,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} makedepend${EXTRACT_SUFX} MAINTAINER= root@garbled.net HOMEPAGE= http://now.cs.berkeley.edu/Glunix/glunix.html -.if exists(/usr/bin/ssh) +.if exists(/usr/bin/ssh) SSH= /usr/bin/ssh .else DEPENDS+= {openssh-*,ssh{,6}-1.2.27}:../../security/ssh diff --git a/parallel/mpi-ch/Makefile b/parallel/mpi-ch/Makefile index 5188ac21e03..87bf97cc49c 100644 --- a/parallel/mpi-ch/Makefile +++ b/parallel/mpi-ch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2000/10/10 15:02:14 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.11 2000/10/21 22:53:00 wiz Exp $ DISTNAME= mpich-1.1.1 CATEGORIES= parallel @@ -7,7 +7,7 @@ MASTER_SITES= ftp://ftp.mcs.anl.gov/pub/mpi/old/ MAINTAINER= root@garbled.net HOMEPAGE= http://www.mcs.anl.gov/mpi/mpich/index.html -.if !exists(/usr/bin/ssh) +.if !exists(/usr/bin/ssh) DEPENDS+= {openssh-*,ssh{,6}-1.2.27}:../../security/ssh .endif diff --git a/parallel/pvm3/Makefile b/parallel/pvm3/Makefile index 95aea241427..2ee60bf7e0e 100644 --- a/parallel/pvm3/Makefile +++ b/parallel/pvm3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2000/10/10 19:26:15 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.16 2000/10/21 22:53:35 wiz Exp $ DISTNAME= pvm3.4.3 PKGNAME= pvm-3.4.3 @@ -9,7 +9,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= root@garbled.net HOMEPAGE= http://www.epm.ornl.gov/pvm/pvm_home.html -.if exists(/usr/bin/ssh) +.if exists(/usr/bin/ssh) SSH= /usr/bin/ssh .else DEPENDS+= {openssh-*,ssh{,6}-1.2.27}:../../security/ssh |