diff options
author | Stefan Bethke <stb@FreeBSD.org> | 1998-12-02 01:02:37 +0000 |
---|---|---|
committer | Stefan Bethke <stb@FreeBSD.org> | 1998-12-02 01:02:37 +0000 |
commit | fa53d102636e5033e165b62add4d284b96c71647 (patch) | |
tree | 8fcfaac503182ed0af364c5b959aa6025e9ec4f9 /net/macipgw/Makefile | |
parent | Move pre-fetch target to pre-extract. The desire is to be able to fetch (diff) |
Added two more MASTER_SITES, as per Satoshi's request.
Diffstat (limited to '')
-rw-r--r-- | net/macipgw/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/macipgw/Makefile b/net/macipgw/Makefile index f7dd9cc5a80a..b9a1eb92a374 100644 --- a/net/macipgw/Makefile +++ b/net/macipgw/Makefile @@ -3,12 +3,14 @@ # Date created: 25 Nov 1997 # Whom: stb # -# $Id: Makefile,v 1.1.1.1 1997/12/04 20:12:56 stb Exp $ +# $Id: Makefile,v 1.2 1997/12/09 05:20:18 asami Exp $ # DISTNAME= macipgw-1.0 CATEGORIES= net -MASTER_SITES= ftp://ftp.promo.de/pub/people/stefan/netatalk/ +MASTER_SITES= ftp://ftp.promo.de/pub/people/stefan/netatalk/ \ + ftp://ftp.hanse.de/pub/people/stefan.bethke/netatalk/ \ + http://www.freebsd.org/~stb/netatalk/ MAINTAINER= stb@freebsd.org |