diff options
author | sbd <sbd@pkgsrc.org> | 2012-02-03 04:29:54 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-02-03 04:29:54 +0000 |
commit | 12d9375246c90377d67ca0b44602c74c6380507d (patch) | |
tree | b74fc57d517c1e42bd9b2ddc65338dfd4b90db66 /parallel/pvm3 | |
parent | f2e50eb37565f520cfc594a7bc4ae8ba70113a59 (diff) | |
download | pkgsrc-12d9375246c90377d67ca0b44602c74c6380507d.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/pvm3')
-rw-r--r-- | parallel/pvm3/Makefile | 9 |
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" |