From ecf98850bc26c37d344a5aee0b6cb52646a577f5 Mon Sep 17 00:00:00 2001 From: kristerw Date: Tue, 12 Jul 2005 19:41:43 +0000 Subject: Prevent paths to the build directories from being included in the package. Bump PKGREVISION. --- parallel/mpi-ch/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'parallel') 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 -- cgit v1.2.3