diff options
author | rh <rh> | 1999-08-07 06:01:07 +0000 |
---|---|---|
committer | rh <rh> | 1999-08-07 06:01:07 +0000 |
commit | be6526794b5856e816698124546981318a9857d7 (patch) | |
tree | 3311b2edcdfc679c17184f69e828c8b4f4ff24c3 /security | |
parent | 5d95c04efdddd6b3af65bda58329e1193e38c7e7 (diff) | |
download | pkgsrc-be6526794b5856e816698124546981318a9857d7.tar.gz |
Add a couple of mirror sites outside of the "pgpi.com" domain.
Diffstat (limited to 'security')
-rw-r--r-- | security/pgp5/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/security/pgp5/Makefile b/security/pgp5/Makefile index 779a10fde62..33924b6e017 100644 --- a/security/pgp5/Makefile +++ b/security/pgp5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/04/16 14:53:22 mjl Exp $ +# $NetBSD: Makefile,v 1.4 1999/08/07 06:01:07 rh Exp $ # DISTNAME= pgp50i-unix-src @@ -9,7 +9,10 @@ MASTER_SITES= ftp://ftp.pgpi.com/pub/pgp/5.0/unix/ \ ftp://ftp.at.pgpi.com/pub/pgpi/5.0/unix/ \ ftp://ftp.se.pgpi.com/pub/pgp/5.0/unix/ \ ftp://ftp.ch.pgpi.com/pub/pgp/5.0/unix/ \ - ftp://ftp.au.pgpi.com/pub/pgp/5.0/unix/ + ftp://ftp.au.pgpi.com/pub/pgp/5.0/unix/ \ + ftp://ftp.ifi.uio.no/pub/pgp/5.0/unix/ \ + ftp://ftp.tuwien.ac.at/privacy/pgp/pgpi/5.0/unix/ \ + http://gd.tuwien.ac.at/privacy/pgp/pgpi/5.0/unix/ MAINTAINER= mjl@netbsd.org HOMEPAGE= http://www.pgpi.com/ |