diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-09-24 03:50:42 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-09-24 03:50:42 +0800 |
commit | 69b74a5f9524f82025ca8994c574a04015912aab (patch) | |
tree | a078e5ec225ac769d5e0d23dbd569a4d44e9b639 /x11-fonts | |
parent | c8e3326f0fd18e7c3b00515b6b590337dfbc8a17 (diff) | |
download | freebsd-ports-gnome-69b74a5f9524f82025ca8994c574a04015912aab.tar.gz freebsd-ports-gnome-69b74a5f9524f82025ca8994c574a04015912aab.tar.zst freebsd-ports-gnome-69b74a5f9524f82025ca8994c574a04015912aab.zip |
Remove ftp.freesoftware.com from MASTER_SITES of ports since it no longer exists.
PR: 30497
Submitted by: Dan Larsson
Approved by: will
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/tkfont/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-fonts/tkfont/Makefile b/x11-fonts/tkfont/Makefile index e74f96c9ea54..c7884e820b3d 100644 --- a/x11-fonts/tkfont/Makefile +++ b/x11-fonts/tkfont/Makefile @@ -8,8 +8,7 @@ PORTNAME= tkfont PORTVERSION= 1.1 CATEGORIES= x11-fonts tk82 -MASTER_SITES= ftp://ftp.freesoftware.com/pub/linux/tsx-11/sources/usr.bin.X11/ \ - ${MASTER_SITE_LOCAL} +MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= billf MAINTAINER= brett@peloton.runet.edu |