diff options
author | stefan <stefan@FreeBSD.org> | 2009-09-21 15:32:53 +0800 |
---|---|---|
committer | stefan <stefan@FreeBSD.org> | 2009-09-21 15:32:53 +0800 |
commit | 4fd01196a5a47faeff3fa26f5bb49359a4689962 (patch) | |
tree | 0d118e613384878c1fa4655ddf53ca819bd75479 | |
parent | 7b63b77ad2f0afe16b34f039a3175efac189c128 (diff) | |
download | freebsd-ports-gnome-4fd01196a5a47faeff3fa26f5bb49359a4689962.tar.gz freebsd-ports-gnome-4fd01196a5a47faeff3fa26f5bb49359a4689962.tar.zst freebsd-ports-gnome-4fd01196a5a47faeff3fa26f5bb49359a4689962.zip |
Fix master site and add a mirror.
Submitted by: pointyhat via miwi
Feature safe: yes
-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 |