diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 15:52:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 15:52:44 +0000 |
commit | 0f0eb50c1e9988923b5a502ecdeb918467b60cac (patch) | |
tree | 31ede4b6a16eed4dc573704597f9b61f97243a68 /benchmarks/pear-Benchmark | |
parent | d4278602bbf25b434150614a7797e9b8d7c8103f (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: benchmarks)
Notes
Notes:
svn path=/head/; revision=327708
Diffstat (limited to 'benchmarks/pear-Benchmark')
-rw-r--r-- | benchmarks/pear-Benchmark/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/benchmarks/pear-Benchmark/Makefile b/benchmarks/pear-Benchmark/Makefile index af989049c53f..2a23a2e75535 100644 --- a/benchmarks/pear-Benchmark/Makefile +++ b/benchmarks/pear-Benchmark/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-Benchmark -# Date created: 09 September 2004 -# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) -# +# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) # $FreeBSD$ -# PORTNAME= Benchmark PORTVERSION= 1.2.9 @@ -18,6 +14,7 @@ RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear USE_PHP= bcmath PEAR_AUTOINSTALL= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> |