diff options
author | Cy Schubert <cy@FreeBSD.org> | 2004-02-15 00:26:41 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2004-02-15 00:26:41 +0000 |
commit | f6591396339b7337064520e6550e86b613a4905c (patch) | |
tree | 63d1c2135b2ade4911d8868d3f31dbb31d97cf52 | |
parent | 1dae57c6c1793b1a6050c02a6d9041affa8ce501 (diff) | |
download | freebsd-ports-f6591396339b7337064520e6550e86b613a4905c.zip |
Add NO_LATEST_LINK to avoid link stomping.
Reported by: kris
Approved by: kris (wearing his portsmgr hat)
-rw-r--r-- | security/hydra/Makefile | 1 | ||||
-rw-r--r-- | www/hydra/Makefile | 1 |
2 files changed, 2 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 diff --git a/www/hydra/Makefile b/www/hydra/Makefile index d678dea4bc21..24297978bc3a 100644 --- a/www/hydra/Makefile +++ b/www/hydra/Makefile @@ -18,6 +18,7 @@ COMMENT= A high performance multi-threaded web server LIB_DEPENDS= gnutls.7:${PORTSDIR}/security/gnutls +NO_LATEST_LINK= yes USE_REINPLACE= yes GNU_CONFIGURE= yes |