diff options
author | wiz <wiz@pkgsrc.org> | 2001-04-09 12:00:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-04-09 12:00:49 +0000 |
commit | 5fa2790071fd7db1318d8a156feb91a7f8d939c9 (patch) | |
tree | 5667125f2d13d0e9f28114bca199425080601ec8 | |
parent | bb9e8df122f57918a7715c04d01f4798c97f87d7 (diff) | |
download | pkgsrc-5fa2790071fd7db1318d8a156feb91a7f8d939c9.tar.gz |
replace work with ${WRKDIR}
-rw-r--r-- | parallel/mpi-ch/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/parallel/mpi-ch/Makefile b/parallel/mpi-ch/Makefile index a7f5c388dc7..2444986baa5 100644 --- a/parallel/mpi-ch/Makefile +++ b/parallel/mpi-ch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2001/04/05 17:56:19 wennmach Exp $ +# $NetBSD: Makefile,v 1.17 2001/04/09 12:00:49 wiz Exp $ DISTNAME= mpich-1.2.1 CATEGORIES= parallel @@ -26,14 +26,14 @@ CONFIGURE_ARGS+= --disable-f90 --disable-f90modules .include "../../mk/bsd.prefs.mk" -.if exists(work/with-java) +.if exists(${WRKDIR}/with-java) PLIST_SRC+= ${PKGDIR}/PLIST.java .endif PLIST_SRC+= ${PKGDIR}/PLIST post-build: @(if [ -e ${WRKSRC}/mpe/viewers/jumpshot-2/bin/jumpshot ]; then \ - ${TOUCH} work/with-java; \ + ${TOUCH} ${WRKDIR}/with-java; \ fi) post-install: |