diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2000-04-23 05:42:03 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2000-04-23 05:42:03 +0000 |
commit | d0f3e49c322d7ec88643c5807353041f59d67955 (patch) | |
tree | d98dcf028d7259f783c7734422ebecdba6453788 /security/pgp | |
parent | 152cd3d8232803400e009d09744473c0778daded (diff) |
Notes
Diffstat (limited to 'security/pgp')
-rw-r--r-- | security/pgp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/pgp/Makefile b/security/pgp/Makefile index 9777abb8f59e..1f7bc50bcaa8 100644 --- a/security/pgp/Makefile +++ b/security/pgp/Makefile @@ -44,8 +44,7 @@ pre-fetch: .if ${USA_RESIDENT} == YES PORTNAME= pgp PORTVERSION= 2.6.2 -MASTER_SITES= ftp://utopia.hacktic.nl/pub/replay/pub/pgp/unix/ \ - ftp://sable.ox.ac.uk/pub/crypto/pgp/unix/ +MASTER_SITES= ftp://utopia.hacktic.nl/pub/crypto/pgp/unix/ DISTNAME= pgp262s WRKSRC= ${WRKDIR}/src |