diff options
Diffstat (limited to 'security/blocksshd/Makefile')
-rw-r--r-- | security/blocksshd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/blocksshd/Makefile b/security/blocksshd/Makefile index 3c50cc577587..5501f20e9e6c 100644 --- a/security/blocksshd/Makefile +++ b/security/blocksshd/Makefile @@ -7,6 +7,7 @@ PORTNAME= blocksshd PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= security sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= blocksshd @@ -16,10 +17,9 @@ COMMENT= Protects computers from SSH brute force attacks RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS/Resolver.pm:${PORTSDIR}/dns/p5-Net-DNS \ ${SITE_PERL}/File/Tail.pm:${PORTSDIR}/devel/p5-File-Tail \ - ${SITE_PERL}/Proc/Daemon.pm:${PORTSDIR}/devel/p5-Proc-Daemon \ - ${SITE_PERL}/Proc/PID/File.pm:${PORTSDIR}/devel/p5-Proc-PID-File + ${SITE_PERL}/Net/Subnets.pm:${PORTSDIR}/net/p5-Net-Subnets -MAKE_ARGS= PREFIX="${TARGETDIR}" SYSCONFDIR="${TARGETDIR}/etc" +MAKE_ARGS= PREFIX="${PREFIX}" SYSCONFDIR="${PREFIX}/etc" NO_BUILD= yes USE_PERL5_RUN= yes |