summaryrefslogtreecommitdiff
path: root/parallel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-01-10 01:39:02 +0000
committerwiz <wiz@pkgsrc.org>2000-01-10 01:39:02 +0000
commit42da0a20029c70d37344ce5513bc0f9ff98d30e0 (patch)
tree1d019e8fd84c7e906a4bf476ad2269a78d304a50 /parallel
parent648f6af2e76ed9562a1eb63a651d4ce3717cf0a4 (diff)
downloadpkgsrc-42da0a20029c70d37344ce5513bc0f9ff98d30e0.tar.gz
miscellaneous small changes to make pkglint happy
Diffstat (limited to 'parallel')
-rw-r--r--parallel/glunix/Makefile4
-rw-r--r--parallel/mpi-ch/Makefile6
2 files changed, 5 insertions, 5 deletions
diff --git a/parallel/glunix/Makefile b/parallel/glunix/Makefile
index 234caf03f4f..2953c4d88fc 100644
--- a/parallel/glunix/Makefile
+++ b/parallel/glunix/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 1999/05/20 18:30:27 tron Exp $
+# $NetBSD: Makefile,v 1.6 2000/01/10 01:39:04 wiz Exp $
DISTNAME= glunix-release-1-0a
PKGNAME= glunix-1.0a
@@ -48,7 +48,7 @@ pre-configure:
# On arm32, with UVM, pmap.h contains a C++ keyword. Workaround this.
pre-build:
@if [ ${MACHINE} = "arm32" -a ! -z "${UVM}" ]; then \
- ${MKDIR} -p ${WRKSRC}/glunix/include/machine; \
+ ${MKDIR} ${WRKSRC}/glunix/include/machine; \
${SED} -e 's|virtual|virt|' /usr/include/machine/pmap.h \
> ${WRKSRC}/glunix/include/machine/pmap.h; \
fi
diff --git a/parallel/mpi-ch/Makefile b/parallel/mpi-ch/Makefile
index b18b7aa50fd..e3506f719ee 100644
--- a/parallel/mpi-ch/Makefile
+++ b/parallel/mpi-ch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 1999/10/27 17:14:10 agc Exp $
+# $NetBSD: Makefile,v 1.7 2000/01/10 01:39:05 wiz Exp $
DISTNAME= mpich-1.1.1
CATEGORIES= parallel
@@ -7,10 +7,10 @@ MASTER_SITES= ftp://ftp.mcs.anl.gov/pub/mpi/old/
MAINTAINER= root@garbled.net
HOMEPAGE= http://www.mcs.anl.gov/mpi/mpich/index.html
-BROKEN= PLIST problems
-
DEPENDS+= ssh-1.2.27:../../security/ssh
+BROKEN= PLIST problems
+
WRKSRC= ${WRKDIR}/mpich
ALL_TARGET= ALL
USE_PERL5= yes