diff options
author | ache <ache@FreeBSD.org> | 2000-04-23 05:42:03 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2000-04-23 05:42:03 +0000 |
commit | 379b2cd1acf295cee76ddd813fe13d8ae1486a50 (patch) | |
tree | 8f1ea1b87faa8f5dfbd756677938cb045938ac1d /security | |
parent | 7aa56cea6bf1097cbc00159b986f6717806aa33a (diff) | |
download | FreeBSD-ports-379b2cd1acf295cee76ddd813fe13d8ae1486a50.zip FreeBSD-ports-379b2cd1acf295cee76ddd813fe13d8ae1486a50.tar.gz |
Fix MASTER_SITE for USA variant
Diffstat (limited to 'security')
-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 9777abb..1f7bc50 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 |