diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-01-31 12:31:06 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-01-31 12:31:06 +0000 |
commit | 8151326d6c2e9439cafb907d337fe523873ac8c2 (patch) | |
tree | af856c516dece274f615588faf4edc929ca7dbeb /emulators/mtools | |
parent | 8b72710c53420136cbe5605f88dccc326a3bd39f (diff) |
Add new mastersites as the old one has dissappeared.
Notes
Notes:
svn path=/head/; revision=16439
Diffstat (limited to 'emulators/mtools')
-rw-r--r-- | emulators/mtools/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/emulators/mtools/Makefile b/emulators/mtools/Makefile index 2fec08b518f6..7bc3dc304a8b 100644 --- a/emulators/mtools/Makefile +++ b/emulators/mtools/Makefile @@ -3,16 +3,18 @@ # Date created: 5 October 1994 # Whom: jmz # -# $Id: Makefile,v 1.24 1998/07/03 14:47:31 jmz Exp $ +# $Id: Makefile,v 1.25 1999/01/28 19:46:16 obrien Exp $ # DISTNAME= mtools-3.9.1 PKGNAME= mtools-3.9.1.3110 CATEGORIES= emulators -MASTER_SITES= ftp://linux.wauug.org/pub/knaff/mtools/ +MASTER_SITES= ftp://ftp.tux.org/pub/knaff/mtools/ \ + http://mtools.linux.lu/ PATCHFILES= mtools-3.9.1-3110.diff.gz -PATCH_SITES= ftp://linux.wauug.org/pub/knaff/mtools/ +PATCH_SITES= ftp://ftp.tux.org/pub/knaff/mtools/ \ + http://mtools.linux.lu/ PATCH_DIST_STRIP= -p1 MAINTAINER= jmz@FreeBSD.org |