diff options
author | Stefan Walter <stefan@FreeBSD.org> | 2009-09-21 07:32:53 +0000 |
---|---|---|
committer | Stefan Walter <stefan@FreeBSD.org> | 2009-09-21 07:32:53 +0000 |
commit | 1c6108b7905e27d71d53d9887850c151b4e68a32 (patch) | |
tree | 1ec45e3d95b7b302f82c9d0cda37909e104c12ea /security/fcrackzip | |
parent | fe4f6139fb8bc328606b709ca61bfa3a2438de90 (diff) | |
download | ports-1c6108b7905e27d71d53d9887850c151b4e68a32.tar.gz ports-1c6108b7905e27d71d53d9887850c151b4e68a32.zip |
Notes
Diffstat (limited to 'security/fcrackzip')
-rw-r--r-- | security/fcrackzip/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/fcrackzip/Makefile b/security/fcrackzip/Makefile index 6a5813e2f9e8..0394cba291b7 100644 --- a/security/fcrackzip/Makefile +++ b/security/fcrackzip/Makefile @@ -8,7 +8,8 @@ PORTNAME= fcrackzip PORTVERSION= 1.0 CATEGORIES= security archivers -MASTER_SITES= http://home.schmorp.de/data/marc/ +MASTER_SITES= http://oldhome.schmorp.de/data/marc/ \ + http://distfiles.macports.org/${PORTNAME}/ MAINTAINER= stefan@FreeBSD.org COMMENT= Portable, fast and featureful ZIP password cracker |