diff options
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/truetypefonts/Makefile | 4 | ||||
-rw-r--r-- | japanese/truetypefonts/pkg-deinstall | 2 | ||||
-rw-r--r-- | japanese/truetypefonts/pkg-install | 2 | ||||
-rw-r--r-- | japanese/truetypefonts/pkg-plist | 8 |
4 files changed, 8 insertions, 8 deletions
diff --git a/japanese/truetypefonts/Makefile b/japanese/truetypefonts/Makefile index ddb62f99d5d6..3fdcf2ae9cf4 100644 --- a/japanese/truetypefonts/Makefile +++ b/japanese/truetypefonts/Makefile @@ -3,7 +3,7 @@ # Date created: 16 November 1998 # Whom: asami # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/11/19 08:47:28 asami Exp $ # DISTNAME= ja-truetypefonts-1998.10.20 @@ -16,7 +16,7 @@ MAINTAINER= candy@kgc.co.jp USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/xtt-fonts-0.19981020 NO_BUILD= yes -FONTDIR= ${PREFIX}/lib/X11/fonts/truetype +FONTDIR= ${PREFIX}/lib/X11/fonts/TrueType .include <bsd.port.pre.mk> diff --git a/japanese/truetypefonts/pkg-deinstall b/japanese/truetypefonts/pkg-deinstall index 8c268e930e66..9b3eb5f5febf 100644 --- a/japanese/truetypefonts/pkg-deinstall +++ b/japanese/truetypefonts/pkg-deinstall @@ -2,7 +2,7 @@ if [ "$2" != "DEINSTALL" ]; then exit 0 fi -FONTDIR=${PKG_PREFIX}/lib/X11/fonts/truetype +FONTDIR=${PKG_PREFIX}/lib/X11/fonts/TrueType cd ${FONTDIR} sed -e '/-watanabe-/d' -e '/-wadalab-/d' fonts.dir > fonts.dir.tmp numfonts=$(echo $(cat fonts.dir.tmp | wc -l) - 1 | bc) diff --git a/japanese/truetypefonts/pkg-install b/japanese/truetypefonts/pkg-install index 75de543f3800..5797b21a4c02 100644 --- a/japanese/truetypefonts/pkg-install +++ b/japanese/truetypefonts/pkg-install @@ -1,5 +1,5 @@ #!/bin/sh -FONTDIR=${PKG_PREFIX}/lib/X11/fonts/truetype +FONTDIR=${PKG_PREFIX}/lib/X11/fonts/TrueType if [ "$2" = "PRE-INSTALL" ]; then echo "Please add ${FONTDIR} to your /etc/XF86Config file" exit 0 diff --git a/japanese/truetypefonts/pkg-plist b/japanese/truetypefonts/pkg-plist index 7e715b13bbea..52ac621c66c7 100644 --- a/japanese/truetypefonts/pkg-plist +++ b/japanese/truetypefonts/pkg-plist @@ -1,4 +1,4 @@ -lib/X11/fonts/truetype/wadalab-gothic.ttf -lib/X11/fonts/truetype/watanabe-mincho.ttf -lib/X11/fonts/truetype/fonts.dir.truetype -lib/X11/fonts/truetype/fonts.alias.truetype +lib/X11/fonts/TrueType/wadalab-gothic.ttf +lib/X11/fonts/TrueType/watanabe-mincho.ttf +lib/X11/fonts/TrueType/fonts.dir.truetype +lib/X11/fonts/TrueType/fonts.alias.truetype |