diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-06-12 22:05:29 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-06-12 22:05:29 +0000 |
commit | 733d5d0263c53a87fcd90b9f170ef6659207605b (patch) | |
tree | 0ad67ccf7e7a12a34ab573445d0ab8156b19cc91 /security/sshguard-ipfw | |
parent | f945c326ac292ca9944b56bf009874f00bbf5d91 (diff) | |
download | ports-733d5d0263c53a87fcd90b9f170ef6659207605b.tar.gz ports-733d5d0263c53a87fcd90b9f170ef6659207605b.zip |
Fix INDEX building. I had PORTSDIR defined in env so I didn't saw it locally.
Submitted by: sat@
Notes
Notes:
svn path=/head/; revision=193368
Diffstat (limited to 'security/sshguard-ipfw')
-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" |