Index: head/benchmarks/nbench/Makefile =================================================================== --- head/benchmarks/nbench/Makefile (revision 449001) +++ head/benchmarks/nbench/Makefile (revision 449002) @@ -1,27 +1,27 @@ # Created by: Andrey Zakhvatov # $FreeBSD$ PORTNAME= nbench PORTVERSION= 2.2.3 CATEGORIES= benchmarks -MASTER_SITES= http://www.tux.org/~mayer/linux/ +MASTER_SITES= http://www.math.utah.edu/~mayer/linux/ DISTNAME= ${PORTNAME}-byte-${PORTVERSION} MAINTAINER= pizzamig@FreeBSD.org COMMENT= BYTE Magazine's native benchmarks ALL_TARGET= # empty PLIST_FILES= bin/nbench share/nbench/NNET.DAT PORTDOCS= README README.submit RESULTS bdoc.txt OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nbench ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/NNET.DAT ${STAGEDIR}${DATADIR} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include Index: head/benchmarks/nbench/pkg-descr =================================================================== --- head/benchmarks/nbench/pkg-descr (revision 449001) +++ head/benchmarks/nbench/pkg-descr (revision 449002) @@ -1,5 +1,5 @@ This is a Linux/Unix port of release 2 of BYTE Magazine's BYTEmark benchmark program (previously known as BYTE's Native Mode Benchmarks). It is designed to expose the capabilities of a system's CPU, FPU, and memory system. -WWW: http://www.tux.org/~mayer/linux/bmark.html +WWW: http://www.math.utah.edu/~mayer/linux/bmark.html