diff options
author | fenner <fenner@FreeBSD.org> | 1999-08-21 19:46:53 +0000 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 1999-08-21 19:46:53 +0000 |
commit | 9e48e57a12bc926a95250b961c59913907f4e66c (patch) | |
tree | 8f18097a18011c97f2241ae2f966aafdf4c0010f /games | |
parent | 0670a56f93b4fa29e841376f1f984fa2325f26e5 (diff) | |
download | FreeBSD-ports-9e48e57a12bc926a95250b961c59913907f4e66c.zip FreeBSD-ports-9e48e57a12bc926a95250b961c59913907f4e66c.tar.gz |
Add a second MASTER_SITE
PR: ports/13239
Submitted by: Ade Lovett <ade@lovett.com>
Diffstat (limited to 'games')
-rw-r--r-- | games/spider/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/spider/Makefile b/games/spider/Makefile index 9776368..b48cdd2 100644 --- a/games/spider/Makefile +++ b/games/spider/Makefile @@ -3,13 +3,14 @@ # Date created: 2 Oct 1995 # Whom: se # -# $Id: Makefile,v 1.4 1997/12/25 22:29:17 asami Exp $ +# $Id: Makefile,v 1.5 1998/09/28 02:13:23 steve Exp $ # DISTNAME= spider PKGNAME= spider-1.1 CATEGORIES= games -MASTER_SITES= ftp://ftp.uni-koeln.de/windows/xcontrib/ +MASTER_SITES= ftp://ftp.uni-koeln.de/windows/xcontrib/ \ + http://www.lovett.com/~ade/FreeBSD/ MAINTAINER= ports@FreeBSD.ORG |