diff options
author | garbled <garbled> | 2005-12-29 21:01:40 +0000 |
---|---|---|
committer | garbled <garbled> | 2005-12-29 21:01:40 +0000 |
commit | f1d81bc3b77ac3ce41ba4b8aac5bdd30653d8dae (patch) | |
tree | 9e7b0f4b78c1e5c7a6cc179c56d2eada04a330b5 /parallel/clusterit | |
parent | 059c20664a3dbba102d36052844c91784ea97d82 (diff) | |
download | pkgsrc-f1d81bc3b77ac3ce41ba4b8aac5bdd30653d8dae.tar.gz |
Change the HOMEPAGE and MASTER_SITES to reflect that this project has moved
to sourceforge. No functional changes to pkg.
Diffstat (limited to 'parallel/clusterit')
-rw-r--r-- | parallel/clusterit/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/parallel/clusterit/Makefile b/parallel/clusterit/Makefile index 398b7345438..fd51a9003a6 100644 --- a/parallel/clusterit/Makefile +++ b/parallel/clusterit/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.12 2005/12/05 23:55:15 rillig Exp $ +# $NetBSD: Makefile,v 1.13 2005/12/29 21:01:40 garbled Exp $ DISTNAME= clusterit-2.3.1 CATEGORIES= parallel -MASTER_SITES= http://www.garbled.net/download/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=clusterit/} MAINTAINER= root@garbled.net -HOMEPAGE= http://www.garbled.net/clusterit.html +HOMEPAGE= http://clusterit.sourceforge.net/ COMMENT= Clustering package for unix HAS_CONFIGURE= YES |