aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorFelippe de Meirelles Motta <lippe@FreeBSD.org>2009-10-18 20:16:13 +0000
committerFelippe de Meirelles Motta <lippe@FreeBSD.org>2009-10-18 20:16:13 +0000
commita2a35e5790ca076afb1ff5ec26b68b36522c99a2 (patch)
tree4108aefcfd95524d0a7d392cbef9f398875a32ed /benchmarks
parent6bf157d0b1ebfc85c4bdc5cbe80c48c78cd03f8d (diff)
downloadports-a2a35e5790ca076afb1ff5ec26b68b36522c99a2.tar.gz
ports-a2a35e5790ca076afb1ff5ec26b68b36522c99a2.zip
- Pass maintainership to submitter.
- Use better PORTDOCS instalattion form. PR: ports/139459 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Notes
Notes: svn path=/head/; revision=243022
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/pybench/Makefile8
-rw-r--r--benchmarks/pybench/pkg-plist2
2 files changed, 6 insertions, 4 deletions
diff --git a/benchmarks/pybench/Makefile b/benchmarks/pybench/Makefile
index 706e8781a556..6e1064e46054 100644
--- a/benchmarks/pybench/Makefile
+++ b/benchmarks/pybench/Makefile
@@ -10,7 +10,7 @@ PORTVERSION= 2.0
CATEGORIES= benchmarks python
MASTER_SITES= http://downloads.egenix.com/python/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= scjamorim@bsd.com.br
COMMENT= An extensible benchmark suite for Python
WRKSRC= ${WRKDIR}/${PORTNAME}
@@ -18,6 +18,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
USE_ZIP= yes
USE_PYTHON= yes
+PORTDOCS= README
+
do-build:
@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}
@${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}
@@ -30,7 +32,9 @@ do-install:
> ${WRKDIR}/pybench.sh
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
- @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+.for docs in ${PORTDOCS}
+ @${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR}
+.endfor
.endif
@${INSTALL_SCRIPT} ${WRKDIR}/pybench.sh ${PREFIX}/bin/pybench
diff --git a/benchmarks/pybench/pkg-plist b/benchmarks/pybench/pkg-plist
index 542f6ccb4e12..e0c813a30b53 100644
--- a/benchmarks/pybench/pkg-plist
+++ b/benchmarks/pybench/pkg-plist
@@ -66,8 +66,6 @@ bin/pybench
%%DATADIR%%/systimes.py
%%DATADIR%%/systimes.pyc
%%DATADIR%%/systimes.pyo
-%%PORTDOCS%%%%DOCSDIR%%/README
@dirrmtry share/pybench
@dirrm %%DATADIR%%/package
@dirrm %%DATADIR%%
-%%PORTDOCS%%@dirrm %%DOCSDIR%%