diff options
author | crees <crees@FreeBSD.org> | 2014-04-26 00:59:08 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2014-04-26 00:59:08 +0800 |
commit | 5c4d43aab2fd8a889bb5d364b0d6463b4e0b61d6 (patch) | |
tree | a409e32399504f2a00b25c26fa3639e06125191b /security/sshguard-ipfw | |
parent | 8979dde3910281b9c9104c872915c2710e4c835a (diff) | |
download | freebsd-ports-gnome-5c4d43aab2fd8a889bb5d364b0d6463b4e0b61d6.tar.gz freebsd-ports-gnome-5c4d43aab2fd8a889bb5d364b0d6463b4e0b61d6.tar.zst freebsd-ports-gnome-5c4d43aab2fd8a889bb5d364b0d6463b4e0b61d6.zip |
Remove NO_STAGE from slaves.
Diffstat (limited to 'security/sshguard-ipfw')
-rw-r--r-- | security/sshguard-ipfw/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/sshguard-ipfw/Makefile b/security/sshguard-ipfw/Makefile index 7af049945acd..34c375205b98 100644 --- a/security/sshguard-ipfw/Makefile +++ b/security/sshguard-ipfw/Makefile @@ -10,5 +10,4 @@ CONFLICTS= sshguard-1.* sshguard-ipfilter-1.* sshguard-pf-1.* SSHGUARDFW= ipfw MASTERDIR= ${.CURDIR}/../sshguard -NO_STAGE= yes .include "${MASTERDIR}/Makefile" |