aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/pybench/Makefile
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-08-01 02:52:17 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-08-01 02:52:17 +0000
commit7a90183c694ae3d104afb8a95f539dce87f3bfb4 (patch)
tree92997ca9b4b20b0c98058bf98adbc9c7ee8f4cc2 /benchmarks/pybench/Makefile
parenta3591d7aef82352b5d630999d3c2911cd1a4b026 (diff)
downloadports-7a90183c694ae3d104afb8a95f539dce87f3bfb4.tar.gz
ports-7a90183c694ae3d104afb8a95f539dce87f3bfb4.zip
Notes
Diffstat (limited to 'benchmarks/pybench/Makefile')
-rw-r--r--benchmarks/pybench/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/benchmarks/pybench/Makefile b/benchmarks/pybench/Makefile
index f3590151a9ed..706e8781a556 100644
--- a/benchmarks/pybench/Makefile
+++ b/benchmarks/pybench/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= pybench
-PORTVERSION= 1.0
+PORTVERSION= 2.0
CATEGORIES= benchmarks python
-MASTER_SITES= http://www.egenix.com/files/python/
+MASTER_SITES= http://downloads.egenix.com/python/
MAINTAINER= ports@FreeBSD.org
COMMENT= An extensible benchmark suite for Python
@@ -30,7 +30,7 @@ do-install:
> ${WRKDIR}/pybench.sh
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
- @${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
@${INSTALL_SCRIPT} ${WRKDIR}/pybench.sh ${PREFIX}/bin/pybench