diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-08-27 13:06:01 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-08-27 13:06:01 +0000 |
commit | 758670500f190c8f97ccd36cc3b263f47591f0c8 (patch) | |
tree | 87f60cda7d17ad3dc68d81f7ad1eec3f777dbd38 /security/pgp | |
parent | 6895bfa18f07e13e9e226ef9b7c7f9662a83dde3 (diff) | |
download | ports-758670500f190c8f97ccd36cc3b263f47591f0c8.tar.gz ports-758670500f190c8f97ccd36cc3b263f47591f0c8.zip |
Notes
Diffstat (limited to 'security/pgp')
-rw-r--r-- | security/pgp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/pgp/Makefile b/security/pgp/Makefile index 7f6d36ca9bf9..d039196ae4c2 100644 --- a/security/pgp/Makefile +++ b/security/pgp/Makefile @@ -5,7 +5,7 @@ # Date created: 8 Jul 1995 # Whom: ache # -# $Id: Makefile,v 1.18 1996/11/18 14:13:26 asami Exp $ +# $Id: Makefile,v 1.19 1997/02/02 21:45:31 ache Exp $ # # Pick an initial default, else it doesn't get set in the INDEX. @@ -67,8 +67,8 @@ post-extract: .else DISTNAME= pgp263is PKGNAME= pgp-2.6.3ia -MASTER_SITES= ftp://ftp.ifi.uio.no/pub/pgp/src/ \ - ftp://ftp.relcom.ru/unix/crypto/pgp/ +MASTER_SITES= ftp://ftp.ifi.uio.no/pub/pgp/2.x/src/ \ + ftp://ftp.kiarchive.ru/pub/unix/crypto/pgp/ WRKSRC= ${WRKDIR}/src FILESDIR= ${.CURDIR}/files.non_usa PATCHDIR= ${.CURDIR}/patches.non_usa |