diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2009-10-14 16:44:07 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2009-10-14 16:44:07 +0000 |
commit | 2505f19dcef15f1196d5a8d91631fdbcf008192f (patch) | |
tree | 7c0474dad1844c1f0a0490d3b5a6db674225d30c /print/cmpsfont | |
parent | 67dd3e7b5f6fd66feb7ac47da0bc285786490b6b (diff) | |
download | ports-2505f19dcef15f1196d5a8d91631fdbcf008192f.tar.gz ports-2505f19dcef15f1196d5a8d91631fdbcf008192f.zip |
Update $MASTER_SITES.
Submitted by: Sylvio Cesar
PR: ports/139002
Notes
Notes:
svn path=/head/; revision=242855
Diffstat (limited to 'print/cmpsfont')
-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 |