summaryrefslogtreecommitdiff
path: root/parallel
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2005-07-12 19:41:43 +0000
committerkristerw <kristerw@pkgsrc.org>2005-07-12 19:41:43 +0000
commitcd9d53633a61c2fc97f51c5b95476ad00b074b69 (patch)
treed77d540d6597306b049c0d7681def87809be484e /parallel
parentea9bb21c021535406be4b95b825dd69929086110 (diff)
downloadpkgsrc-cd9d53633a61c2fc97f51c5b95476ad00b074b69.tar.gz
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
Diffstat (limited to 'parallel')
-rw-r--r--parallel/mpi-ch/Makefile8
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