aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/httperf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/httperf/Makefile')
-rw-r--r--benchmarks/httperf/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/benchmarks/httperf/Makefile b/benchmarks/httperf/Makefile
index 06dd7a77ba80..8f0db9356a66 100644
--- a/benchmarks/httperf/Makefile
+++ b/benchmarks/httperf/Makefile
@@ -1,11 +1,11 @@
-# Created by: Will Andrews <andrews@technologist.com>
-
PORTNAME= httperf
PORTVERSION= 0.9.1
+PORTREVISION= 1
CATEGORIES= benchmarks www
MAINTAINER= ports@FreeBSD.org
-COMMENT= Tool for measuring webserver performance
+COMMENT= Tool for measuring web server performance
+WWW= https://github.com/httperf/httperf
LICENSE= GPLv2
@@ -17,14 +17,14 @@ MAKE_ARGS= LIBUTIL_OBJS=ssl_writev.o \
exec_prefix=${PREFIX}
PLIST_FILES= bin/httperf \
- man/man1/httperf.1.gz
+ share/man/man1/httperf.1.gz
PORTDOCS= ChangeLog NEWS README TODO
OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 \
- ${STAGEDIR}${MAN1PREFIX}/man/man1
+ ${STAGEDIR}${PREFIX}/share/man/man1
${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
do-install-DOCS-on: