diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1998-11-20 07:26:38 +0800 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1998-11-20 07:26:38 +0800 |
commit | 8b54b0e745d31c00c0b8b79fba9d40f4dc6c3d2e (patch) | |
tree | b0cb34cbaeaeb7558e39ea7cf6a2a265a9169fa7 /x11-fonts/tkfont | |
parent | 8ac2fac181e2d20864b999f977a17146d4bd6160 (diff) | |
download | freebsd-ports-gnome-8b54b0e745d31c00c0b8b79fba9d40f4dc6c3d2e.tar.gz freebsd-ports-gnome-8b54b0e745d31c00c0b8b79fba9d40f4dc6c3d2e.tar.zst freebsd-ports-gnome-8b54b0e745d31c00c0b8b79fba9d40f4dc6c3d2e.zip |
Update MASTER_SITES, include my public_html dir as a site, as
ftp.cdrom.com went rather slow for me, and sometimes is overloaded.
PR: ports/8592
Submitted by: maintainer
Diffstat (limited to 'x11-fonts/tkfont')
-rw-r--r-- | x11-fonts/tkfont/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-fonts/tkfont/Makefile b/x11-fonts/tkfont/Makefile index 0c0b8614500f..b12e1b53579c 100644 --- a/x11-fonts/tkfont/Makefile +++ b/x11-fonts/tkfont/Makefile @@ -3,12 +3,13 @@ # Date created: 11 May 1998 # Whom: Brett Taylor # -# $Id: Makefile,v 1.2 1998/08/07 22:43:09 asami Exp $ +# $Id: Makefile,v 1.3 1998/08/07 23:56:50 asami Exp $ # DISTNAME= tkfont-1.1 CATEGORIES= x11-fonts tk80 -MASTER_SITES= http://cdrom.com/pub/linux/tsx-11/sources/usr.bin.X11/ +MASTER_SITES= ftp://ftp.cdrom.com/pub/linux/tsx-11/sources/usr.bin.X11/ \ + http://www.FreeBSD.org/~billf/ MAINTAINER= brett@peloton.physics.montana.edu |