summaryrefslogtreecommitdiff
path: root/security/crack
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2003-08-16 16:02:39 +0000
committerPete Fritchman <petef@FreeBSD.org>2003-08-16 16:02:39 +0000
commit7409a9c4237fa770ca6940514c32cf00f8b65857 (patch)
treeaed89a49d2899faa5689dc7bd27659e4c3f3cbba /security/crack
parentBuild IM with all possible features by default to reduce complaints to (diff)
Add MASTER_SITE_PACKETSTORM as an additional mirror.
PR: 52109 Submitted by: Jim Geovedi <jim@corebsd.or.id> Approved by: various maintainers, timeouts
Notes
Notes: svn path=/head/; revision=87066
Diffstat (limited to 'security/crack')
-rw-r--r--security/crack/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/crack/Makefile b/security/crack/Makefile
index 375e610a257b..e982e1cdfa43 100644
--- a/security/crack/Makefile
+++ b/security/crack/Makefile
@@ -11,7 +11,9 @@ PORTNAME= crack
PORTVERSION= 5.0
CATEGORIES= security
MASTER_SITES= ftp://ftp.cerias.purdue.edu/pub/tools/unix/pwdutils/crack/ \
- ftp://ftp.cert.dfn.de/pub/tools/password/Crack/
+ ftp://ftp.cert.dfn.de/pub/tools/password/Crack/ \
+ ${MASTER_SITE_PACKETSTORM}
+MASTER_SITE_SUBDIR= Crackers/crack
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= ports@FreeBSD.org