diff options
author | scrappy <scrappy@FreeBSD.org> | 1998-04-15 16:21:59 +0000 |
---|---|---|
committer | scrappy <scrappy@FreeBSD.org> | 1998-04-15 16:21:59 +0000 |
commit | 7111a69485ce6aca5532ac642adb08cc1177ebe2 (patch) | |
tree | a9e8bd440b91171474cea87fd73f49692944a3e3 /security/pgp6 | |
parent | e574ea554ae791b09839c3c667cdfb0eb62aa361 (diff) | |
download | FreeBSD-ports-7111a69485ce6aca5532ac642adb08cc1177ebe2.zip FreeBSD-ports-7111a69485ce6aca5532ac642adb08cc1177ebe2.tar.gz |
path at the MASTER_SITEs listed wrong...
Diffstat (limited to 'security/pgp6')
-rw-r--r-- | security/pgp6/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/pgp6/Makefile b/security/pgp6/Makefile index d102f3f..5dc376f 100644 --- a/security/pgp6/Makefile +++ b/security/pgp6/Makefile @@ -5,14 +5,14 @@ # Date created: 10 Feb 1998 # Whom: markm # -# $Id$ +# $Id: Makefile,v 1.21 1998/02/16 15:39:41 markm Exp $ # DISTNAME= pgp50i PKGNAME= pgp-5.0i CATEGORIES= security -MASTER_SITES= ftp://ftp.ifi.uio.no/pub/pgp/5.0/international/unix/ \ - ftp.doc.ic.ac.uk/pub/Mirrors/ftp.ifi.uio.no/pub/pgp/5.0/international/unix/ +MASTER_SITES= ftp://ftp.ifi.uio.no/pub/pgp/5.0/unix/ \ + ftp.doc.ic.ac.uk/pub/Mirrors/ftp.ifi.uio.no/pub/pgp/5.0/unix/ EXTRACT_SUFX= -unix-src.tar.gz MAINTAINER= markm@FreeBSD.ORG |