diff options
Diffstat (limited to 'security/sshguard/Makefile')
-rw-r--r-- | security/sshguard/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/sshguard/Makefile b/security/sshguard/Makefile index e4fa789e1299..0a16d5be5568 100644 --- a/security/sshguard/Makefile +++ b/security/sshguard/Makefile @@ -7,6 +7,7 @@ PORTNAME= sshguard PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,7 +19,6 @@ CONFLICTS?= sshguard-ipfilter-1.* sshguard-ipfw-1.* sshguard-pf-1.* PLIST_FILES= sbin/sshguard -MANPREFIX= ${PREFIX}/share MAN8= sshguard.8 MANCOMPRESSED= no USE_BZIP2= yes @@ -37,6 +37,9 @@ SSHGUARDFW?= hosts CONFIGURE_ARGS+= --prefix=${PREFIX} .endif +# set path for manpages +CONFIGURE_ARGS+= --mandir=${MANPREFIX}/man + .if ${SSHGUARDFW} == pf PKGMSG_FWBLOCK=" To activate or configure PF see http://sshguard.sf.net/doc/setup/blockingpf.html" .elif ${SSHGUARDFW} == ipfw |