summaryrefslogtreecommitdiffstats
path: root/benchmarks/nbench/Makefile
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2004-10-26 14:03:37 +0000
committervs <vs@FreeBSD.org>2004-10-26 14:03:37 +0000
commit27930d78cadf63aeb3eba7d1481d1976a7aa3f49 (patch)
tree7bb79b2c2db9782fafc776c580655d6ba9f89cd8 /benchmarks/nbench/Makefile
parentd375a99d2d5de68928a3dc98f521dab32702b88e (diff)
downloadFreeBSD-ports-27930d78cadf63aeb3eba7d1481d1976a7aa3f49.zip
FreeBSD-ports-27930d78cadf63aeb3eba7d1481d1976a7aa3f49.tar.gz
- Update to 2.2.1
- Prune MASTER_SITEs - Assign maintainership to submitter PR: ports/72809 Submitted by: Frank J. Laszlo
Diffstat (limited to 'benchmarks/nbench/Makefile')
-rw-r--r--benchmarks/nbench/Makefile18
1 files changed, 8 insertions, 10 deletions
diff --git a/benchmarks/nbench/Makefile b/benchmarks/nbench/Makefile
index fa5fc47..cf192a0 100644
--- a/benchmarks/nbench/Makefile
+++ b/benchmarks/nbench/Makefile
@@ -6,26 +6,24 @@
#
PORTNAME= nbench
-PORTVERSION= 2.1
+PORTVERSION= 2.2.1
CATEGORIES= benchmarks
-MASTER_SITES= ${MASTER_SITE_SUNSITE} \
- ftp://ftp.tux.org/pub/tux/mayer/
-MASTER_SITE_SUBDIR= system/benchmark
+MASTER_SITES= ftp://ftp.tux.org/pub/tux/mayer/
DISTNAME= ${PORTNAME}-byte-${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= laszlof@vonostingroup.com
COMMENT= BYTE Magazine's native benchmarks
ALL_TARGET= # empty
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nbench ${PREFIX}/bin
- @${MKDIR} ${PREFIX}/share/nbench
- ${INSTALL_DATA} ${WRKSRC}/NNET.DAT ${PREFIX}/share/nbench
+ @${MKDIR} ${DATADIR}
+ ${INSTALL_DATA} ${WRKSRC}/NNET.DAT ${DATADIR}
.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/nbench
-.for file in README README.submit RESULTS bdoc.txt
- ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/nbench
+ @${MKDIR} ${DOCSDIR}
+.for f in README README.submit RESULTS bdoc.txt
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif
OpenPOWER on IntegriCloud