diff options
author | scrappy <scrappy@FreeBSD.org> | 1998-04-16 00:21:59 +0800 |
---|---|---|
committer | scrappy <scrappy@FreeBSD.org> | 1998-04-16 00:21:59 +0800 |
commit | 7111a69485ce6aca5532ac642adb08cc1177ebe2 (patch) | |
tree | a9e8bd440b91171474cea87fd73f49692944a3e3 /security | |
parent | e574ea554ae791b09839c3c667cdfb0eb62aa361 (diff) | |
download | freebsd-ports-gnome-7111a69485ce6aca5532ac642adb08cc1177ebe2.tar.gz freebsd-ports-gnome-7111a69485ce6aca5532ac642adb08cc1177ebe2.tar.zst freebsd-ports-gnome-7111a69485ce6aca5532ac642adb08cc1177ebe2.zip |
path at the MASTER_SITEs listed wrong...
Diffstat (limited to 'security')
-rw-r--r-- | security/pgp5/Makefile | 6 | ||||
-rw-r--r-- | security/pgp6/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/pgp5/Makefile b/security/pgp5/Makefile index d102f3f1a78c..5dc376f93459 100644 --- a/security/pgp5/Makefile +++ b/security/pgp5/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 diff --git a/security/pgp6/Makefile b/security/pgp6/Makefile index d102f3f1a78c..5dc376f93459 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 |