diff options
author | petef <petef@FreeBSD.org> | 2003-08-17 00:02:39 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2003-08-17 00:02:39 +0800 |
commit | 42966e4622585ae8d2465576f481e96e1b06efd6 (patch) | |
tree | 0b5463bdf4f8409717af95564f75ebcbbb8af627 /security/crack | |
parent | f25689f6044bcfb0943eccb9108d78497b5b6003 (diff) | |
download | freebsd-ports-graphics-42966e4622585ae8d2465576f481e96e1b06efd6.tar.gz freebsd-ports-graphics-42966e4622585ae8d2465576f481e96e1b06efd6.tar.zst freebsd-ports-graphics-42966e4622585ae8d2465576f481e96e1b06efd6.zip |
Add MASTER_SITE_PACKETSTORM as an additional mirror.
PR: 52109
Submitted by: Jim Geovedi <jim@corebsd.or.id>
Approved by: various maintainers, timeouts
Diffstat (limited to 'security/crack')
-rw-r--r-- | security/crack/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/crack/Makefile b/security/crack/Makefile index 375e610a257..e982e1cdfa4 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 |