diff options
author | cy <cy@FreeBSD.org> | 2004-02-15 08:26:41 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2004-02-15 08:26:41 +0800 |
commit | b31678b56e778b437c5d22ab5d6455464bf9e79e (patch) | |
tree | 280f4ae568d6d97fa7a1f84e162c573f29b42ecd /security | |
parent | 8c2d3777686899d3ad694dbb25a3f7be540ea01d (diff) | |
download | freebsd-ports-gnome-b31678b56e778b437c5d22ab5d6455464bf9e79e.tar.gz freebsd-ports-gnome-b31678b56e778b437c5d22ab5d6455464bf9e79e.tar.zst freebsd-ports-gnome-b31678b56e778b437c5d22ab5d6455464bf9e79e.zip |
Add NO_LATEST_LINK to avoid link stomping.
Reported by: kris
Approved by: kris (wearing his portsmgr hat)
Diffstat (limited to 'security')
-rw-r--r-- | security/hydra/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/hydra/Makefile b/security/hydra/Makefile index 05d5572c9882..d10b254aae8d 100644 --- a/security/hydra/Makefile +++ b/security/hydra/Makefile @@ -17,6 +17,7 @@ MASTER_SITE_SUBDIR= groups/thc MAINTAINER= llevier@argosnet.com COMMENT= Bruce Force Attack Utility working on multiple network services +NO_LATEST_LINK= yes PLIST_FILES= bin/hydra USE_REINPLACE= yes GNU_CONFIGURE= yes |