diff --git a/security/bruteblock/Makefile b/security/bruteblock/Makefile index a263beb3e581..ee083b278f94 100644 --- a/security/bruteblock/Makefile +++ b/security/bruteblock/Makefile @@ -1,36 +1,36 @@ PORTNAME= bruteblock PORTVERSION= 0.0.5 PORTREVISION= 9 CATEGORIES= security MASTER_SITES= http://samm.kiev.ua/bruteblock/ \ http://mirror.amdmi3.ru/distfiles/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Software for blocking bruteforce attacks with ipfw LIB_DEPENDS= libpcre.so:devel/pcre SUB_FILES= pkg-message USE_RC_SUBR= bruteblockd CONFDIR= ${PREFIX}/etc/${PORTNAME} PORTDOCS= FAQ README CHANGES OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bruteblock ${STAGEDIR}${PREFIX}/sbin/ ${INSTALL_PROGRAM} ${WRKSRC}/bruteblockd ${STAGEDIR}${PREFIX}/sbin/ ${MKDIR} ${STAGEDIR}${CONFDIR} .for file in ssh proftpd ${INSTALL_DATA} ${WRKSRC}/etc/${file}.conf ${STAGEDIR}${CONFDIR}/${file}.conf.sample .endfor - ${INSTALL_MAN} ${WRKSRC}/doc/bruteblock.8 ${STAGEDIR}${MAN8PREFIX}/man/man8/ + ${INSTALL_MAN} ${WRKSRC}/doc/bruteblock.8 ${STAGEDIR}${MAN8PREFIX}/share/man/man8/ ${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${STAGEDIR}${DOCSDIR}/ .endfor .include diff --git a/security/bruteblock/pkg-plist b/security/bruteblock/pkg-plist index ef8db0444e65..a67a00d9ce4f 100644 --- a/security/bruteblock/pkg-plist +++ b/security/bruteblock/pkg-plist @@ -1,5 +1,5 @@ sbin/bruteblock sbin/bruteblockd @sample etc/bruteblock/proftpd.conf.sample @sample etc/bruteblock/ssh.conf.sample -man/man8/bruteblock.8.gz +share/man/man8/bruteblock.8.gz