summaryrefslogtreecommitdiff
path: root/japanese/truetypefonts/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-04-14 06:56:23 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-04-14 06:56:23 +0000
commit528cfef51c596efe9e2b3d4f3f67cd08d415f03a (patch)
treef816792c069791d4a6b953a205c2df38ab37ceda /japanese/truetypefonts/Makefile
parentCorrect the URL to fetch the distfile from. (diff)
Update to 2001.03.06.
PR: ports/26553 Submitted by: tkato@prontomail.ne.jp
Notes
Notes: svn path=/head/; revision=41362
Diffstat (limited to 'japanese/truetypefonts/Makefile')
-rw-r--r--japanese/truetypefonts/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/japanese/truetypefonts/Makefile b/japanese/truetypefonts/Makefile
index 32982168ec94..9c925faead8e 100644
--- a/japanese/truetypefonts/Makefile
+++ b/japanese/truetypefonts/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= truetypefonts
-PORTVERSION= 1998.10.20
+PORTVERSION= 2001.03.06
CATEGORIES= japanese x11-fonts
-MASTER_SITES= http://www.linux.or.jp/%7Eishikawa/linux/dists/FreeType/
-DISTNAME= xtt-fonts_0.${PORTVERSION:S/.//g}-3
+MASTER_SITES= ftp://ftp.debian.org/debian/pool/main/t/ttf-xtt/
+DISTNAME= ttf-xtt_0.${PORTVERSION:S/.//g}-9
MAINTAINER= ports@FreeBSD.org
@@ -21,7 +21,7 @@ USE_X_PREFIX= yes
RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients
.endif
-WRKSRC= ${WRKDIR}/xtt-fonts-0.${PORTVERSION:S/.//g}
+WRKSRC= ${WRKDIR}/ttf-xtt-0.${PORTVERSION:S/.//g}
NO_BUILD= yes
FONTDIR= ${PREFIX}/lib/X11/fonts/TrueType
@@ -35,8 +35,8 @@ do-install:
.endif
${INSTALL_DATA} ${WRKSRC}/wadalab-gothic.ttf ${FONTDIR}
${INSTALL_DATA} ${WRKSRC}/watanabe-mincho.ttf ${FONTDIR}
- ${INSTALL_DATA} ${WRKSRC}/fonts.dir ${FONTDIR}/fonts.dir.truetype
- ${INSTALL_DATA} ${WRKSRC}/fonts.alias ${FONTDIR}/fonts.alias.truetype
+ ${INSTALL_DATA} ${FILESDIR}/fonts.dir.truetype ${FONTDIR}
+ ${INSTALL_DATA} ${FILESDIR}/fonts.alias.truetype ${FONTDIR}
${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.include <bsd.port.post.mk>