diff options
author | ache <ache@FreeBSD.org> | 1997-08-27 13:06:01 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-08-27 13:06:01 +0000 |
commit | 5eaf0b39fb5457e0f1479716e86e872eee362d25 (patch) | |
tree | 91fdd859f500a494a76d1ce39a0bba043c32a910 /security/pgp | |
parent | 93b215e64d3dbf4ecca2c348459897f20e8d9a58 (diff) | |
download | FreeBSD-ports-5eaf0b39fb5457e0f1479716e86e872eee362d25.zip FreeBSD-ports-5eaf0b39fb5457e0f1479716e86e872eee362d25.tar.gz |
Distfile moved, change path
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 7f6d36c..d039196 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 |