diff options
author | wiz <wiz@pkgsrc.org> | 2006-10-04 21:47:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-10-04 21:47:16 +0000 |
commit | 768a49f2dd202c008483760d083748710b9ad37e (patch) | |
tree | 28b916f3ad28cb35f0c4144dbe8c7b5a53a9beaa /math/metis | |
parent | dbf5d3e27f9198e9e47b6986f29a70a062e0a9a0 (diff) | |
download | pkgsrc-768a49f2dd202c008483760d083748710b9ad37e.tar.gz |
Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.
Diffstat (limited to 'math/metis')
-rw-r--r-- | math/metis/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/metis/Makefile b/math/metis/Makefile index 346ce79cfba..f1934655e18 100644 --- a/math/metis/Makefile +++ b/math/metis/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.9 2006/03/04 21:30:04 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2006/10/04 21:47:57 wiz Exp $ DISTNAME= metis-4.0 CATEGORIES= math -MASTER_SITES= http://www-users.cs.umn.edu/~karypis/metis/metis/files/ +MASTER_SITES= http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www-users.cs.umn.edu/~karypis/metis/ +HOMEPAGE= http://glaros.dtc.umn.edu/gkhome/views/metis/ COMMENT= Unstructured graph partitioning and sparse matrix ordering system BUILD_TARGET= default |