diff options
author | wiz <wiz> | 2000-01-10 01:39:02 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-01-10 01:39:02 +0000 |
commit | dbdf727e211a7c0df47d7ea332d89b6fe60cec6c (patch) | |
tree | 1d019e8fd84c7e906a4bf476ad2269a78d304a50 /parallel | |
parent | c170550db26048be0dcf07b0377736293b77d5b1 (diff) | |
download | pkgsrc-dbdf727e211a7c0df47d7ea332d89b6fe60cec6c.tar.gz |
miscellaneous small changes to make pkglint happy
Diffstat (limited to 'parallel')
-rw-r--r-- | parallel/glunix/Makefile | 4 | ||||
-rw-r--r-- | parallel/mpi-ch/Makefile | 6 |
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 |