diff options
author | foxfair <foxfair@FreeBSD.org> | 2003-03-23 23:43:19 +0800 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 2003-03-23 23:43:19 +0800 |
commit | da3e37433b70e06a761232c4461c9f3cd6d9fee7 (patch) | |
tree | b12c22891c3b7a577e556332db2833dec7868c33 | |
parent | 91c2e5c29d4b17e97573d83318885094d859021e (diff) | |
download | freebsd-ports-gnome-da3e37433b70e06a761232c4461c9f3cd6d9fee7.tar.gz freebsd-ports-gnome-da3e37433b70e06a761232c4461c9f3cd6d9fee7.tar.zst freebsd-ports-gnome-da3e37433b70e06a761232c4461c9f3cd6d9fee7.zip |
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Switch MASTER_SITE to make this port fetchable.
-rw-r--r-- | textproc/htmltolatex/Makefile | 3 | ||||
-rw-r--r-- | 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 |