From da3e37433b70e06a761232c4461c9f3cd6d9fee7 Mon Sep 17 00:00:00 2001 From: foxfair Date: Sun, 23 Mar 2003 15:43:19 +0000 Subject: PR: Submitted by: Reviewed by: Approved by: Obtained from: MFC after: Switch MASTER_SITE to make this port fetchable. --- textproc/htmltolatex/Makefile | 3 ++- textproc/rtf2htm/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/textproc/htmltolatex/Makefile b/textproc/htmltolatex/Makefile index 96deea2a5e61..910c757c3808 100644 --- a/textproc/htmltolatex/Makefile +++ b/textproc/htmltolatex/Makefile @@ -9,7 +9,8 @@ PORTNAME= htmltolatex PORTVERSION= 1 CATEGORIES= textproc -MASTER_SITES= ftp://crydee.sai.msu.ru/zeus/unix/WWW/tools/converters/ +MASTER_SITES= http://www.ukc.mirror.ac.uk/sites/ftp.freebsd.org/pub/FreeBSD/ports/distfiles/ \ + http://people.FreeBSD.org/~foxfair/distfiles/ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org diff --git a/textproc/rtf2htm/Makefile b/textproc/rtf2htm/Makefile index 8cf6235e0c15..dbf52f2907dd 100644 --- a/textproc/rtf2htm/Makefile +++ b/textproc/rtf2htm/Makefile @@ -9,8 +9,8 @@ PORTNAME= rtf2htm PORTVERSION= 0.17.1 CATEGORIES= textproc -MASTER_SITES= http://www.geocities.com/tuorfa/ - +MASTER_SITES= http://www.ukc.mirror.ac.uk/sites/ftp.freebsd.org/pub/FreeBSD/ports/distfiles/ \ + http://people.FreeBSD.org/~foxfair/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= A command-line converter from RTF (Rich Text) to HTML -- cgit