diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-12-01 04:37:09 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-12-01 04:37:09 +0000 |
commit | a658230f94b2c2114a16933706ff34afb0f4b8e9 (patch) | |
tree | 3e0ae92736c6ab6ff48156ac1a1a868736d56cde /security/blocksshd/Makefile | |
parent | 19cfd35b1ac0b76c36635c26ce3d84386607f837 (diff) |
Notes
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 |