diff options
author | Kris Kennaway <kris@FreeBSD.org> | 1999-04-13 13:09:54 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 1999-04-13 13:09:54 +0000 |
commit | c659e6e64a5c8105b15d1e4e89f4f2549feedf22 (patch) | |
tree | 7b40851abfad38457d1db086e1d46c667955c50d /ftp/axyftp | |
parent | 52cfa1e427121773981ffcf147550e35f5b398ee (diff) | |
download | ports-c659e6e64a5c8105b15d1e4e89f4f2549feedf22.tar.gz ports-c659e6e64a5c8105b15d1e4e89f4f2549feedf22.zip |
Notes
Diffstat (limited to 'ftp/axyftp')
-rw-r--r-- | ftp/axyftp/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/ftp/axyftp/Makefile b/ftp/axyftp/Makefile index a4924e0cb75a..aeae2211a319 100644 --- a/ftp/axyftp/Makefile +++ b/ftp/axyftp/Makefile @@ -3,14 +3,16 @@ # Date created: 22 October 1998 # Whom: Antti Kaipila <anttik@iki.fi> # -# $Id: Makefile,v 1.3 1999/01/22 22:18:10 nectar Exp $ +# $Id: Makefile,v 1.4 1999/03/17 12:55:31 kris Exp $ # DISTNAME= wxftp-0.4.4.src PKGNAME= wxftp-0.4.4 CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= system/network/file-transfer +MASTER_SITES= ftp://ftp.wxftp.seul.org/pub/wxftp/0.4.4/ \ + ftp://ftp.c-com.net/pub/.10/LinuxBerg/files/x11/network/ \ + ftp://ftp.sunsite.auc.dk/disk2/linuxberg.com/files/x11/network/ \ + ftp://ftp.bitcon.no/.10/linux/linuxberg/files/x11/network/ MAINTAINER= kris@FreeBSD.ORG |