diff --git a/security/sshguard/Makefile b/security/sshguard/Makefile index e5e4bc0e6693..2c616f4d4145 100644 --- a/security/sshguard/Makefile +++ b/security/sshguard/Makefile @@ -1,32 +1,33 @@ PORTNAME= sshguard PORTVERSION= 2.4.3 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= SF/sshguard/sshguard/${PORTVERSION} MAINTAINER= kevinz5000@gmail.com COMMENT= Protect hosts from brute-force attacks against SSH and other services WWW= https://www.sshguard.net/ LICENSE= BSD2CLAUSE USES= autoreconf USE_RC_SUBR= sshguard GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share SUB_FILES= pkg-message post-patch: @${REINPLACE_CMD} -e 's|%PREFIX%|${PREFIX}|' \ ${WRKSRC}/doc/sshguard.8.rst @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' \ ${WRKSRC}/examples/sshguard.conf.sample post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc ${INSTALL_DATA} ${WRKSRC}/examples/sshguard.conf.sample \ ${STAGEDIR}${PREFIX}/etc .include diff --git a/security/sshguard/pkg-plist b/security/sshguard/pkg-plist index 46f6c84a146b..15a74bca06d7 100644 --- a/security/sshguard/pkg-plist +++ b/security/sshguard/pkg-plist @@ -1,16 +1,16 @@ @sample etc/sshguard.conf.sample sbin/sshguard libexec/sshg-blocker libexec/sshg-fw-firewalld libexec/sshg-fw-hosts libexec/sshg-fw-ipfilter libexec/sshg-fw-ipfw libexec/sshg-fw-ipset libexec/sshg-fw-iptables libexec/sshg-fw-nft-sets libexec/sshg-fw-null libexec/sshg-fw-pf libexec/sshg-logtail libexec/sshg-parser -man/man7/sshguard-setup.7.gz -man/man8/sshguard.8.gz +share/man/man7/sshguard-setup.7.gz +share/man/man8/sshguard.8.gz