diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2022-05-30 16:02:36 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2022-05-31 11:21:41 +0000 |
commit | 99241f06fd7e60af96470d113c68ea8491ff2976 (patch) | |
tree | 5f7d702992e951004afe59803328b9089e9455a8 | |
parent | 74f47d8bbe57886e2bfafe97a25f19ad12aca94f (diff) |
security/bruteblock: update manpage location
-rw-r--r-- | security/bruteblock/Makefile | 2 | ||||
-rw-r--r-- | security/bruteblock/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/bruteblock/Makefile b/security/bruteblock/Makefile index a263beb3e581..ee083b278f94 100644 --- a/security/bruteblock/Makefile +++ b/security/bruteblock/Makefile @@ -27,7 +27,7 @@ do-install: .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}/ 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 @@ -2,4 +2,4 @@ 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 |