diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-01 02:52:17 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-01 02:52:17 +0000 |
commit | 7a90183c694ae3d104afb8a95f539dce87f3bfb4 (patch) | |
tree | 92997ca9b4b20b0c98058bf98adbc9c7ee8f4cc2 /benchmarks/pybench/Makefile | |
parent | a3591d7aef82352b5d630999d3c2911cd1a4b026 (diff) | |
download | ports-7a90183c694ae3d104afb8a95f539dce87f3bfb4.tar.gz ports-7a90183c694ae3d104afb8a95f539dce87f3bfb4.zip |
Notes
Diffstat (limited to 'benchmarks/pybench/Makefile')
-rw-r--r-- | benchmarks/pybench/Makefile | 6 |
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 |