diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-09-03 06:57:14 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-09-03 06:57:14 +0000 |
commit | c67da61bb9871b972fc1fe817062103530549162 (patch) | |
tree | b494d089c36b2e04d8042cf782590db08fd5e7aa /benchmarks | |
parent | 3916c954e62d4f5923f1279201000723efa425d5 (diff) | |
download | pkgsrc-c67da61bb9871b972fc1fe817062103530549162.tar.gz |
Fix HOMEPAGE
Diffstat (limited to 'benchmarks')
-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 |