aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/httperf/Makefile
diff options
context:
space:
mode:
authorJean Milanez Melo <jmelo@FreeBSD.org>2007-12-26 12:56:35 +0000
committerJean Milanez Melo <jmelo@FreeBSD.org>2007-12-26 12:56:35 +0000
commit700165ded7d6544cda32ba4ee54655d1d6708d87 (patch)
treebdb5f059e39c9f0d756e30ce206474f1613cfc54 /benchmarks/httperf/Makefile
parent78ca6f2ea926caceca3abafc9d5e3f906611d7a0 (diff)
Notes
Diffstat (limited to 'benchmarks/httperf/Makefile')
-rw-r--r--benchmarks/httperf/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/benchmarks/httperf/Makefile b/benchmarks/httperf/Makefile
index 03cb19ad6c46..9306d81e37d4 100644
--- a/benchmarks/httperf/Makefile
+++ b/benchmarks/httperf/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= httperf
-PORTVERSION= 0.8
+PORTVERSION= 0.9.0
CATEGORIES= benchmarks www
MASTER_SITES= ftp://ftp.hpl.hp.com/pub/httperf/
@@ -34,4 +34,8 @@ post-install:
.endfor
.endif
+do-install:
+ @${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 ${MAN1PREFIX}/man/man1/
+ @${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin/
+
.include <bsd.port.mk>