Fri Mar 11 10:33:21 2011 UTC ()
service discontinued. prevent time out. fetch from backup.


(zafer)
diff -r1.4 -r1.5 pkgsrc/benchmarks/pipebench/Makefile

cvs diff -r1.4 -r1.5 pkgsrc/benchmarks/pipebench/Makefile (expand / switch to unified diff)

--- pkgsrc/benchmarks/pipebench/Makefile 2008/03/03 00:51:44 1.4
+++ pkgsrc/benchmarks/pipebench/Makefile 2011/03/11 10:33:21 1.5
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.4 2008/03/03 00:51:44 jlam Exp $ 1# $NetBSD: Makefile,v 1.5 2011/03/11 10:33:21 zafer Exp $
2# 2#
3 3
4DISTNAME= pipebench-0.40 4DISTNAME= pipebench-0.40
5CATEGORIES= benchmarks 5CATEGORIES= benchmarks
6MASTER_SITES= ftp://ftp.habets.pp.se/pub/synscan/ 6MASTER_SITES= # ftp://ftp.habets.pp.se/pub/synscan/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://www.habets.pp.se/synscan/programs.php?prog=pipebench 9HOMEPAGE= http://www.habets.pp.se/synscan/programs.php?prog=pipebench
10COMMENT= Measures the speed of a pipe 10COMMENT= Measures the speed of a pipe
11 11
12PKG_DESTDIR_SUPPORT= user-destdir 12PKG_DESTDIR_SUPPORT= user-destdir
13 13
14INSTALLATION_DIRS= bin 14INSTALLATION_DIRS= bin
15 15
16do-install: 16do-install:
17 ${INSTALL_PROGRAM} ${WRKSRC}/pipebench ${DESTDIR}${PREFIX}/bin 17 ${INSTALL_PROGRAM} ${WRKSRC}/pipebench ${DESTDIR}${PREFIX}/bin
18 18
19.include "../../mk/bsd.pkg.mk" 19.include "../../mk/bsd.pkg.mk"