diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-06-12 22:06:41 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-06-12 22:06:41 +0000 |
commit | 288a959634da49ffe4ad48af4cf2d34fd9da2040 (patch) | |
tree | 8b6de80c7425c94c39638cfca489aebc98b76280 /security/sshguard-pf | |
parent | Fix INDEX building. I had PORTSDIR defined in env so I didn't saw it locally. (diff) |
PORTSDIRFix INDEX building. I had PORTSDIR defined in env so I didn't saw it locally.
Submitted by: sat@
Notes
Notes:
svn path=/head/; revision=193369
Diffstat (limited to 'security/sshguard-pf')
-rw-r--r-- | security/sshguard-pf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/sshguard-pf/Makefile b/security/sshguard-pf/Makefile index e7336fa68e2a..c2d99025da4f 100644 --- a/security/sshguard-pf/Makefile +++ b/security/sshguard-pf/Makefile @@ -10,6 +10,6 @@ CONFLICTS= sshguard-1.0* sshguard-ipfw-1.0* COMMENT= Protect networked hosts from brute force attacks against ssh using pf SSHGUARDFW= pf -MASTERDIR= ${PORTSDIR}/security/sshguard +MASTERDIR= ${.CURDIR}/../sshguard .include "${MASTERDIR}/Makefile" |