summaryrefslogtreecommitdiff
path: root/parallel
diff options
context:
space:
mode:
authorseb <seb>2002-02-07 10:49:07 +0000
committerseb <seb>2002-02-07 10:49:07 +0000
commit7a82186769ad9823b84ab91e3271a0d159fd01c7 (patch)
treea8ce494168d8dd165f37bb7aaa6f4bf28effea8c /parallel
parent0dafa2ae4abe8513b43607f7d743eaee55ed16e4 (diff)
downloadpkgsrc-7a82186769ad9823b84ab91e3271a0d159fd01c7.tar.gz
Explicitly set PVM_ROOT to fix installation stage. This is due to the change in
revision 1.915 of mk/bsd.pkg.mk that removed ${MAKE_ENV} from the environment for a recursive make. May be it is not needed anymore in MAKE_ENV?
Diffstat (limited to 'parallel')
-rw-r--r--parallel/pvm3/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/parallel/pvm3/Makefile b/parallel/pvm3/Makefile
index ad1fea55ae4..dbab509fdda 100644
--- a/parallel/pvm3/Makefile
+++ b/parallel/pvm3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2001/09/27 23:18:35 jlam Exp $
+# $NetBSD: Makefile,v 1.22 2002/02/07 10:49:07 seb Exp $
DISTNAME= pvm3.4.3
PKGNAME= pvm-3.4.3
@@ -20,6 +20,7 @@ PVM_SSH?= ${LOCALBASE}/bin/ssh
USE_FORTRAN= yes
USE_X11= yes
WRKSRC= ${WRKDIR}/pvm3
+PVM_ROOT= ${WRKSRC}
MAKE_ENV+= PVM_ROOT=${WRKSRC}
MAKE_ENV+= PVM_ARCH=
MAKE_ENV+= SSH=${PVM_SSH}