summaryrefslogtreecommitdiff
path: root/parallel/mpi-ch/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2000-03-02 23:47:33 +0000
committerwiz <wiz>2000-03-02 23:47:33 +0000
commitb1756e59f460096df436dcdb30a30d18e16f798c (patch)
treee4ba66c5015239faab2a513926e0f9f786095972 /parallel/mpi-ch/Makefile
parente00ea2c6decfd0354a7fbe2b494d80736047b1e1 (diff)
downloadpkgsrc-b1756e59f460096df436dcdb30a30d18e16f798c.tar.gz
fix PLIST problems, remove BROKEN
Diffstat (limited to 'parallel/mpi-ch/Makefile')
-rw-r--r--parallel/mpi-ch/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/parallel/mpi-ch/Makefile b/parallel/mpi-ch/Makefile
index e3506f719ee..4ca0b1ab283 100644
--- a/parallel/mpi-ch/Makefile
+++ b/parallel/mpi-ch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2000/01/10 01:39:05 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2000/03/02 23:47:33 wiz Exp $
DISTNAME= mpich-1.1.1
CATEGORIES= parallel
@@ -9,8 +9,6 @@ HOMEPAGE= http://www.mcs.anl.gov/mpi/mpich/index.html
DEPENDS+= ssh-1.2.27:../../security/ssh
-BROKEN= PLIST problems
-
WRKSRC= ${WRKDIR}/mpich
ALL_TARGET= ALL
USE_PERL5= yes
@@ -21,7 +19,8 @@ CONFIGURE_ARGS= -prefix=${PREFIX} -arch=netbsd -comm=ch_p4
CONFIGURE_ARGS+= -nof77 -make=${GMAKE} -mpe -rsh=ssh -opt=-O -nodevdebug
post-install:
- ${RM} ${LOCALBASE}/mpiuninstall
- ${RM} ${LOCALBASE}/man/mandesc
+ ${RM} ${PREFIX}/mpiuninstall
+ ${RM} ${PREFIX}/man/mandesc
+ ${RMDIR} ${PREFIX}/share/doc/mpi
.include "../../mk/bsd.pkg.mk"