diff options
author | krion <krion@FreeBSD.org> | 2004-02-27 22:46:55 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-02-27 22:46:55 +0000 |
commit | 24acb55d3991092559ecd9eb41f6eaa3f8d97a70 (patch) | |
tree | c586609ec5389e9df9715de06c0475a000c4f7b0 /www/gatling/Makefile | |
parent | 210c19f4d7ee6e078b44fc7497823ef3563aa559 (diff) | |
download | FreeBSD-ports-24acb55d3991092559ecd9eb41f6eaa3f8d97a70.zip FreeBSD-ports-24acb55d3991092559ecd9eb41f6eaa3f8d97a70.tar.gz |
- Utilize NOPORTDOCS
- Fix a filedescriptor leak that occured when doing HTTP
pipelining
- Bump PORTREVISION
PR: ports/63452
Submitted by: maintainer
Diffstat (limited to 'www/gatling/Makefile')
-rw-r--r-- | www/gatling/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/gatling/Makefile b/www/gatling/Makefile index c05eb23..ad00e8a 100644 --- a/www/gatling/Makefile +++ b/www/gatling/Makefile @@ -7,6 +7,7 @@ PORTNAME= gatling PORTVERSION= 0.4 +PORTREVISION= 1 CATEGORIES= www benchmarks MASTER_SITES= http://dl.fefe.de/ @@ -23,8 +24,10 @@ MAKE_ENV+= LDFLAGS="-L${LOCALBASE}/lib -lowfat" \ bin= dl gatling examples= run-gatling examplesdir= ${EXAMPLESDIR:S,^${PREFIX}/,,} +.if !defined(NOPORTDOCS) PORTDOCS= CHANGES README README.ftp README.http README.performance \ README.prefetch +.endif OPTIONS= BENCHMARKS "Install system benchmark programs" on |