diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/sshguard-ipfw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/sshguard-ipfw/Makefile b/security/sshguard-ipfw/Makefile index 69dda1712827..fe472f9d2ab9 100644 --- a/security/sshguard-ipfw/Makefile +++ b/security/sshguard-ipfw/Makefile @@ -11,6 +11,6 @@ CONFLICTS= sshguard-1.0* sshguard-pf-1.0* COMMENT= Protect networked hosts from brute force attacks against ssh using ipfw SSHGUARDFW= ipfw -MASTERDIR= ${PORTSDIR}/security/sshguard +MASTERDIR= ${.CURDIR}/../sshguard .include "${MASTERDIR}/Makefile" |