From dbdf727e211a7c0df47d7ea332d89b6fe60cec6c Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 10 Jan 2000 01:39:02 +0000 Subject: miscellaneous small changes to make pkglint happy --- parallel/glunix/Makefile | 4 ++-- parallel/mpi-ch/Makefile | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'parallel') 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 -- cgit v1.2.3