diff options
author | uebayasi <uebayasi> | 2002-10-11 10:09:30 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2002-10-11 10:09:30 +0000 |
commit | 8e041d3239ec9de2a1ef478d127ef3013642aa60 (patch) | |
tree | 2ab96f8fcff476362451bdebc8cb48d8345fd0ab /fonts | |
parent | 2df5d0d220cb8aed3d3b0f09591bc59da4353ff4 (diff) | |
download | pkgsrc-8e041d3239ec9de2a1ef478d127ef3013642aa60.tar.gz |
These fonts are now distributed by Corefonts project at SourceForge.
http://corefonts.sourceforge.net/
Change HOMEPAGE and make use of MASTER_SITE_SOURCEFORGE.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/ms-ttf/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/fonts/ms-ttf/Makefile b/fonts/ms-ttf/Makefile index 4729d2d33ff..487222aba9d 100644 --- a/fonts/ms-ttf/Makefile +++ b/fonts/ms-ttf/Makefile @@ -1,18 +1,16 @@ -# $NetBSD: Makefile,v 1.4 2002/03/09 20:19:21 rh Exp $ +# $NetBSD: Makefile,v 1.5 2002/10/11 10:09:30 uebayasi Exp $ DISTNAME= # empty PKGNAME= ms-ttf-20020306 PKGREVISION= 1 CATEGORIES= fonts -MASTER_SITES= http://www.microsoft.com/typography/downloads/ \ - http://www.asia.microsoft.com/typography/downloads/ \ - http://www.eu.microsoft.com/typography/downloads/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=corefonts/} DISTFILES= andale32.exe webdin32.exe trebuc32.exe georgi32.exe \ verdan32.exe comic32.exe arialb32.exe impact32.exe \ arial32.exe times32.exe courie32.exe MAINTAINER= packages@netbsd.org -HOMEPAGE= http://www.microsoft.com/typography/fontpack/ +HOMEPAGE= http://corefonts.sourceforge.net/ COMMENT= TrueType fonts from Microsoft BUILD_DEPENDS+= cabextract-[0-9]*:../../archivers/cabextract |