diff options
author | hrs <hrs@FreeBSD.org> | 2009-10-15 00:44:07 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2009-10-15 00:44:07 +0800 |
commit | 3bfba3a07a67c380d1f23684429db9dc7faea7c7 (patch) | |
tree | 032cd37b59716c209ac6e16f7e644b73a70a16ae /print | |
parent | 12a3466529c45383717970c9218066e84fd07c5a (diff) | |
download | freebsd-ports-gnome-3bfba3a07a67c380d1f23684429db9dc7faea7c7.tar.gz freebsd-ports-gnome-3bfba3a07a67c380d1f23684429db9dc7faea7c7.tar.zst freebsd-ports-gnome-3bfba3a07a67c380d1f23684429db9dc7faea7c7.zip |
Update $MASTER_SITES.
Submitted by: Sylvio Cesar
PR: ports/139002
Diffstat (limited to 'print')
-rw-r--r-- | print/cmpsfont/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/cmpsfont/Makefile b/print/cmpsfont/Makefile index c3dc773e1d16..819feb3c4bc1 100644 --- a/print/cmpsfont/Makefile +++ b/print/cmpsfont/Makefile @@ -9,7 +9,8 @@ PORTNAME= cmpsfont PORTVERSION= 1.0 PORTREVISION= 6 CATEGORIES= print x11-fonts -MASTER_SITES= ftp://ftp.ams.org/pub/tex/psfonts/cm/ +MASTER_SITES= http://cvsup.theplanet.com/distfiles/ \ + http://ftp.ctex.org/pub/tex/fonts/type1/ DISTNAME= cmps EXTRACT_SUFX= -unix.tar.gz |