diff --git a/www/slowhttptest/Makefile b/www/slowhttptest/Makefile index 58e0067e327f..1a7fcc10f076 100644 --- a/www/slowhttptest/Makefile +++ b/www/slowhttptest/Makefile @@ -1,21 +1,23 @@ PORTNAME= slowhttptest DISTVERSIONPREFIX= v DISTVERSION= 1.9.0 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org COMMENT= Application Layer DoS attack simulator for pentesting WWW= https://github.com/shekyan/slowhttptest LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING USES= autoreconf ssl GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share USE_GITHUB= yes GH_ACCOUNT= shekyan PLIST_FILES= bin/slowhttptest \ - man/man1/slowhttptest.1.gz + share/man/man1/slowhttptest.1.gz .include