diff options
author | obrien <obrien@FreeBSD.org> | 1999-01-31 12:31:06 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-01-31 12:31:06 +0000 |
commit | 9054c726d2a57640c111e603010c59002a9a2f43 (patch) | |
tree | 91a07688f1bfc8d70a190dabec3a9de1a1b4ed6b /emulators | |
parent | a19e26c28036a11d43670c915eed0855900598bd (diff) | |
download | FreeBSD-ports-9054c726d2a57640c111e603010c59002a9a2f43.zip FreeBSD-ports-9054c726d2a57640c111e603010c59002a9a2f43.tar.gz |
Add new mastersites as the old one has dissappeared.
Diffstat (limited to 'emulators')
-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 2fec08b..7bc3dc3 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 |