diff options
author | xtraeme <xtraeme> | 2005-09-03 06:57:14 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2005-09-03 06:57:14 +0000 |
commit | ce624c39bfce96d34b541ea0772af2d4d0367f26 (patch) | |
tree | b494d089c36b2e04d8042cf782590db08fd5e7aa | |
parent | b830b24bdde99eee7a84f6d442f1fba909094d82 (diff) | |
download | pkgsrc-ce624c39bfce96d34b541ea0772af2d4d0367f26.tar.gz |
Fix HOMEPAGE
-rw-r--r-- | benchmarks/pipebench/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/pipebench/Makefile b/benchmarks/pipebench/Makefile index 91832910768..06a3b920f49 100644 --- a/benchmarks/pipebench/Makefile +++ b/benchmarks/pipebench/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/09/03 06:51:57 xtraeme Exp $ +# $NetBSD: Makefile,v 1.2 2005/09/03 06:57:14 xtraeme Exp $ # DISTNAME= pipebench-0.40 @@ -6,7 +6,7 @@ CATEGORIES= benchmarks MASTER_SITES= ftp://ftp.habets.pp.se/pub/synscan/ MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= ftp://ftp.habets.pp.se/pub/synscan/ +HOMEPAGE= http://www.habets.pp.se/synscan/programs.php?prog=pipebench COMMENT= Measures the speed of a pipe INSTALLATION_DIRS= bin |