summaryrefslogtreecommitdiff
path: root/parallel
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2012-02-03 04:29:54 +0000
committersbd <sbd@pkgsrc.org>2012-02-03 04:29:54 +0000
commitc2db9a5bd824d2e7f7957285bf40f8b7915d29f5 (patch)
treeb74fc57d517c1e42bd9b2ddc65338dfd4b90db66 /parallel
parent37be0b9eb8e47a3e8ba2573b0d846ea99b4d7136 (diff)
downloadpkgsrc-c2db9a5bd824d2e7f7957285bf40f8b7915d29f5.tar.gz
Two of the install scripts use csh so add csh:run as a tools and use
REPLACE_INTERPRETER on the scripts.
Diffstat (limited to 'parallel')
-rw-r--r--parallel/pvm3/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/parallel/pvm3/Makefile b/parallel/pvm3/Makefile
index 31339a1df03..99c844a56a1 100644
--- a/parallel/pvm3/Makefile
+++ b/parallel/pvm3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2011/05/08 15:12:22 cheusov Exp $
+# $NetBSD: Makefile,v 1.61 2012/02/03 04:29:54 sbd Exp $
DISTNAME= pvm3.4.6
PKGNAME= pvm-3.4.6
@@ -27,7 +27,7 @@ DEPENDS+= {openssh-[0-9]*,ssh{,6}-1.2.27*}:../../security/openssh
WRKSRC= ${WRKDIR}/pvm3
USE_LANGUAGES= c fortran77
USE_LIBTOOL= yes
-USE_TOOLS+= gmake m4
+USE_TOOLS+= gmake m4 csh:run
MAKE_JOBS_SAFE= no
PVM_ROOT= ${WRKSRC}
@@ -39,6 +39,11 @@ MAKE_ENV+= PVMLIB_VER=3:4
MAKE_ENV+= PVM_DIR=${PVM_DIR:Q}
BUILD_TARGET= all install
+REPLACE_INTERPRETER+= csh
+REPLACE.csh.old= .*csh
+REPLACE.csh.new= ${CSH}
+REPLACE_FILES.csh= ${WRKSRC}/lib/debugger ${WRKSRC}/lib/debugger2
+
# Set PVM_ARCH to the correct value for this machine platform.
.include "arch.mk"