diff options
author | tron <tron@pkgsrc.org> | 2000-02-09 22:17:44 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-02-09 22:17:44 +0000 |
commit | 7a819b25a814c2ed704a681ce022d6cd00ce410e (patch) | |
tree | b507706d6f2594a174dd296a3cbf626c47b41cf4 | |
parent | eaed2d6261a83743addf8e1908058ecbb2b06f94 (diff) | |
download | pkgsrc-7a819b25a814c2ed704a681ce022d6cd00ce410e.tar.gz |
Remove unnecessary directory name "pub" from URL for "ftp.fu-berlin.de".
-rw-r--r-- | games/quake/Makefile | 4 | ||||
-rw-r--r-- | mail/pine/Makefile | 4 | ||||
-rw-r--r-- | misc/plan/Makefile | 4 | ||||
-rw-r--r-- | net/rsync/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/games/quake/Makefile b/games/quake/Makefile index 4e5a84f22b4..573e506d98a 100644 --- a/games/quake/Makefile +++ b/games/quake/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.5 2000/02/08 12:07:15 jdolecek Exp $ +# $NetBSD: Makefile,v 1.6 2000/02/09 22:17:44 tron Exp $ DISTNAME= q1source PKGNAME= quake-2.30 CATEGORIES= games x11 MASTER_SITES= ftp://ftp.cdrom.com/pub/idgames/idstuff/source/ \ - ftp://ftp.fu-berlin.de/pub/pc/msdos/games/idgames/idstuff/source/ \ + ftp://ftp.fu-berlin.de/pc/msdos/games/idgames/idstuff/source/ \ ftp://ftp.idsoftware.com/idstuff/source/ EXTRACT_SUFX= .zip diff --git a/mail/pine/Makefile b/mail/pine/Makefile index c72b15ae5f3..21abf565d01 100644 --- a/mail/pine/Makefile +++ b/mail/pine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2000/01/04 16:58:50 bouyer Exp $ +# $NetBSD: Makefile,v 1.34 2000/02/09 22:17:45 tron Exp $ # FreeBSD Id: Makefile,v 1.21 1997/03/26 02:12:07 ache Exp # @@ -6,7 +6,7 @@ DISTNAME= pine4.21 PKGNAME= pine-4.21 CATEGORIES= mail news MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ \ - ftp://ftp.fu-berlin.de/pub/unix/mail/pine/ + ftp://ftp.fu-berlin.de/unix/mail/pine/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.washington.edu/pine/ diff --git a/misc/plan/Makefile b/misc/plan/Makefile index 99c4494bb71..01e8562bb42 100644 --- a/misc/plan/Makefile +++ b/misc/plan/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.4 1999/07/15 00:15:23 mjl Exp $ +# $NetBSD: Makefile,v 1.5 2000/02/09 22:17:45 tron Exp $ # DISTNAME= plan-1.8.2 WRKSRC= ${WRKDIR}/${DISTNAME}/src CATEGORIES= misc x11 -MASTER_SITES= ftp://ftp.fu-berlin.de/pub/unix/graphics/plan/ +MASTER_SITES= ftp://ftp.fu-berlin.de/unix/graphics/plan/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.in-berlin.de/User/bitrot/plan.html diff --git a/net/rsync/Makefile b/net/rsync/Makefile index 868db415e4a..68d4c85cf58 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 1999/09/29 08:28:06 agc Exp $ +# $NetBSD: Makefile,v 1.27 2000/02/09 22:17:46 tron Exp $ # DISTNAME= rsync-2.3.1 @@ -6,7 +6,7 @@ CATEGORIES= net MASTER_SITES= ftp://rsync.samba.org/pub/rsync/ \ ftp://sunsite.auc.dk/pub/unix/rsync/ \ ftp://ftp0.sunet.se/pub/unix/admin/rsync/ \ - ftp://ftp.fu-berlin.de/pub/unix/network/rsync/ + ftp://ftp.fu-berlin.de/unix/network/rsync/ MAINTAINER= mycroft@netbsd.org HOMEPAGE= http://samba.anu.edu.au/rsync/ |