diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-01-29 07:57:45 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-01-29 07:57:45 +0000 |
commit | 5697f5e830acb4d23315b2bc9a2e0f8a84220847 (patch) | |
tree | 2e7c16cae6f223140247827926e134ccd7c64ff8 /www/http_load | |
parent | e61c21273a44802bad95e8a4f8858d6df9dae7ce (diff) | |
download | ports-5697f5e830acb4d23315b2bc9a2e0f8a84220847.tar.gz ports-5697f5e830acb4d23315b2bc9a2e0f8a84220847.zip |
Notes
Diffstat (limited to 'www/http_load')
-rw-r--r-- | www/http_load/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/http_load/Makefile b/www/http_load/Makefile index 46f9a8d54f1e..1c040e5fc807 100644 --- a/www/http_load/Makefile +++ b/www/http_load/Makefile @@ -12,13 +12,11 @@ COMMENT= Multiprocessing http performance test client MAKEFILE= ${FILESDIR}/Makefile.bsd -MAN1= http_load.1 -MANCOMPRESSED= yes -PLIST_FILES= bin/http_load +PLIST_FILES= bin/http_load \ + man/man1/http_load.1.gz .ifndef NO_OPENSSL USE_OPENSSL= yes .endif -NO_STAGE= yes .include <bsd.port.mk> |