From 3d460ab66cdfa6751fe2bc97f866325d7871ed1f Mon Sep 17 00:00:00 2001 From: garbled Date: Fri, 30 Dec 2005 04:16:17 +0000 Subject: Address PR pkg/30506 : Change pkg to use tk instead of tk83. I found no compelling reason for it to still be dependant on the old version of tk. Change the HOMEPAGE, as the old one no longer works. Tested install, the pkg seems to install stuff properly now.. I believe the PR should now be addressed fully. --- parallel/mpi-ch/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'parallel') diff --git a/parallel/mpi-ch/Makefile b/parallel/mpi-ch/Makefile index d7743283e32..180c37d5243 100644 --- a/parallel/mpi-ch/Makefile +++ b/parallel/mpi-ch/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.40 2005/12/05 23:55:16 rillig Exp $ +# $NetBSD: Makefile,v 1.41 2005/12/30 04:16:17 garbled Exp $ DISTNAME= mpich-1.2.6 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= parallel MASTER_SITES= ftp://ftp.mcs.anl.gov/pub/mpi/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} mpich-docs.tgz MAINTAINER= root@garbled.net -HOMEPAGE= http://www.mcs.anl.gov/mpi/mpich/index.html +HOMEPAGE= http://www-unix.mcs.anl.gov/mpi/mpich/index.html COMMENT= Free implementation of the Message Passing Interface .if !exists(/usr/bin/ssh) @@ -96,7 +96,7 @@ post-install: @${ECHO} "exit" >> ${PREFIX}/sbin/mpiuninstall @${CHMOD} 755 ${PREFIX}/sbin/mpiuninstall -.include "../../x11/tk83/buildlink3.mk" +.include "../../x11/tk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" .if exists(${WRKDIR}/with-java) -- cgit v1.2.3