diff options
author | tron <tron> | 2006-07-02 15:02:59 +0000 |
---|---|---|
committer | tron <tron> | 2006-07-02 15:02:59 +0000 |
commit | 0ae0c4791778f13169f929c6882182fa669945cd (patch) | |
tree | 3f1be1dfe63574f34998db6d85bef8c702e2045a /benchmarks/netio/Makefile | |
parent | 3d3a5b3ef7bf8e09ad04c478e0197cf2cd5515d5 (diff) | |
download | pkgsrc-0ae0c4791778f13169f929c6882182fa669945cd.tar.gz |
Update "netio" to version 1.23. This version fixes various minor bugs
found since the 1.26 release.
Diffstat (limited to 'benchmarks/netio/Makefile')
-rw-r--r-- | benchmarks/netio/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/benchmarks/netio/Makefile b/benchmarks/netio/Makefile index b41627553cf..f6a3ce4c3e3 100644 --- a/benchmarks/netio/Makefile +++ b/benchmarks/netio/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.15 2006/02/05 23:08:19 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2006/07/02 15:02:59 tron Exp $ -DISTNAME= netio123 -PKGNAME= netio-1.23 -PKGREVISION= 1 +DISTNAME= netio126 +PKGNAME= netio-1.26 CATEGORIES= benchmarks net -MASTER_SITES= ftp://ftp.leo.org/pub/historic/comp/os/os2/leo/systools/ +MASTER_SITES= http://www.ars.de/ars/ars.nsf/f24a6a0b94c22d82862566960071bf5a/aa577bc4be573b05c125706d004c75b5/\$$FILE/ EXTRACT_SUFX= .zip +HOMEPAGE= http://www.ars.de/ars/ars.nsf/docs/netio MAINTAINER= tron@NetBSD.org COMMENT= Network benchmark for OS/2 2.x, Windows NT/2000 and Unix @@ -28,7 +28,7 @@ INSTALLATION_DIRS= bin do-install: ${INSTALL_PROGRAM} ${WRKSRC}/netio ${PREFIX}/bin ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/netio - ${INSTALL_DATA} ${WRKSRC}/netio.doc ${PREFIX}/share/doc/netio + ${INSTALL_DATA} ${WRKSRC}/netio.doc ${PREFIX}/share/doc/netio/netio.txt .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |