diff options
author | kristerw <kristerw> | 2005-07-12 19:41:43 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2005-07-12 19:41:43 +0000 |
commit | ecf98850bc26c37d344a5aee0b6cb52646a577f5 (patch) | |
tree | d77d540d6597306b049c0d7681def87809be484e /parallel/mpi-ch/Makefile | |
parent | 1bc1eb7d4b1d95339a3ddf6691903314d92f0171 (diff) | |
download | pkgsrc-ecf98850bc26c37d344a5aee0b6cb52646a577f5.tar.gz |
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
Diffstat (limited to 'parallel/mpi-ch/Makefile')
-rw-r--r-- | parallel/mpi-ch/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/parallel/mpi-ch/Makefile b/parallel/mpi-ch/Makefile index eb667bef811..e78082619cb 100644 --- a/parallel/mpi-ch/Makefile +++ b/parallel/mpi-ch/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.36 2005/06/11 11:22:21 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2005/07/12 19:41:43 kristerw Exp $ DISTNAME= mpich-1.2.6 +PKGREVISION= 1 CATEGORIES= parallel MASTER_SITES= ftp://ftp.mcs.anl.gov/pub/mpi/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} mpich-docs.tgz @@ -35,6 +36,11 @@ CONFIGURE_ARGS+= --disable-devdebug CONFIGURE_ARGS+= --disable-f90 CONFIGURE_ARGS+= --disable-f90modules CONFIGURE_ENV+= sysconfdir=${PKG_SYSCONFDIR} +CONFIGURE_ENV+= PERL=${PERL5} +CONFIGURE_ENV+= PERLFULLPATH=${PERL5} + +# build PATH in the config file is not a problem +CHECK_WRKREF_SKIP+= ${PREFIX}/share/examples/mpi-ch/perftest/config.system .if ${OPSYS} == "NetBSD" CONFIGURE_ARGS+= --with-arch=netbsd |