diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-11 12:41:39 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-11 12:41:39 +0000 |
commit | f8553d17c400b99adc5e79b244a451f2c315f244 (patch) | |
tree | fdc5f1288085235e912c63a57710880da2993d30 /benchmarks | |
parent | f30cfc2f3e3ebf5c39ef119204341a52edffd0cd (diff) | |
download | ports-f8553d17c400b99adc5e79b244a451f2c315f244.tar.gz ports-f8553d17c400b99adc5e79b244a451f2c315f244.zip |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/autobench/Makefile | 4 | ||||
-rw-r--r-- | benchmarks/autobench/distinfo | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/benchmarks/autobench/Makefile b/benchmarks/autobench/Makefile index 08831d8a62d5..4c0fdc186e3b 100644 --- a/benchmarks/autobench/Makefile +++ b/benchmarks/autobench/Makefile @@ -7,7 +7,7 @@ # PORTNAME= autobench -PORTVERSION= 2.0.1 +PORTVERSION= 2.1.1 CATEGORIES= benchmarks www MASTER_SITES= http://www.xenoclast.org/autobench/downloads/ @@ -25,7 +25,7 @@ MAN1= autobench.1 autobench_admin.1 autobenchd.1 bench2graph.1 \ post-patch: @${PERL} -pi -e "s|^PREFIX|#PREFIX|g" ${WRKSRC}/Makefile .for file in autobench autobench_admin - @${PERL} -pi -e "s|/etc/|${PREFIX}/etc|g" ${WRKSRC}/${file} + @${PERL} -pi -e "s|/etc/|${PREFIX}/etc/|g" ${WRKSRC}/${file} .endfor .include <bsd.port.mk> diff --git a/benchmarks/autobench/distinfo b/benchmarks/autobench/distinfo index 0cf126b4e070..4bc99c12866e 100644 --- a/benchmarks/autobench/distinfo +++ b/benchmarks/autobench/distinfo @@ -1 +1 @@ -MD5 (autobench-2.0.1.tar.gz) = acdc056d2b99d0bda3a09082eb7b7d2a +MD5 (autobench-2.1.1.tar.gz) = de42ef8f614777c6e4fabda1574c2f17 |