diff options
author | Brian Somers <brian@FreeBSD.org> | 2001-08-31 07:55:49 +0000 |
---|---|---|
committer | Brian Somers <brian@FreeBSD.org> | 2001-08-31 07:55:49 +0000 |
commit | 3dbd891220f9614df4f6df859f7afc5c9baac939 (patch) | |
tree | b09181e7a4ca53f7b4926468ab4893ee6fb09482 /net | |
parent | Add a pkg-message informing the user they need PGP or GnuPG installed to use (diff) |
Swap master sites around - otherwise speedmgmt.tar.gz won't be
fetched. I'm not sure why right now.
Diffstat (limited to 'net')
-rw-r--r-- | net/pppoa/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/pppoa/Makefile b/net/pppoa/Makefile index 39919482f1f0..b0789461a2e4 100644 --- a/net/pppoa/Makefile +++ b/net/pppoa/Makefile @@ -9,8 +9,8 @@ PORTNAME= pppoa PORTVERSION= 20010815 CATEGORIES= net MASTER_SITES= http://www.xsproject.org/speedtouch/files/ \ - http://benoit.papillault.free.fr/speedtouch/ \ - http://www.alcatel.com/consumer/dsl/ + http://www.alcatel.com/consumer/dsl/ \ + http://benoit.papillault.free.fr/speedtouch/ DISTFILES= ${SPEEDTOUCH}.tar.gz speedmgmt.tar.gz MAINTAINER= brian@Awfulhak.org |