diff options
author | jseger <jseger@FreeBSD.org> | 1997-10-28 18:12:43 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1997-10-28 18:12:43 +0000 |
commit | 29c2cfa02669486c9f8dd540c996387b90fc310c (patch) | |
tree | 11f645351c63fadb18174715f8570eadd0f8d90c /ftp/moxftp | |
parent | 2ed9b87832bd97a2aabbbdfb5da0ccd0fb1bd9c8 (diff) | |
download | FreeBSD-ports-29c2cfa02669486c9f8dd540c996387b90fc310c.zip FreeBSD-ports-29c2cfa02669486c9f8dd540c996387b90fc310c.tar.gz |
Switch to a MASTER_SITE that works.
Diffstat (limited to 'ftp/moxftp')
-rw-r--r-- | ftp/moxftp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/moxftp/Makefile b/ftp/moxftp/Makefile index f30977a..9e5e268 100644 --- a/ftp/moxftp/Makefile +++ b/ftp/moxftp/Makefile @@ -3,12 +3,12 @@ # Date created: 19 December 1994 # Whom: janek # -# $Id: Makefile,v 1.11 1996/11/18 09:54:35 asami Exp $ +# $Id: Makefile,v 1.12 1996/12/01 01:22:57 obrien Exp $ # DISTNAME= moxftp-2.2 CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITES= ftp://ftp.pacbell.com/X11/contrib/applications/ MASTER_SITE_SUBDIR= applications EXTRACT_SUFX= .tar.Z |