mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
Move fonts from truetype to TrueType. Besides being a better match with the
"Type1" directory that already exists, I just realized that the Xtt ports have been recommending this directory name in their documentation.
This commit is contained in:
parent
84dd0bf77c
commit
8381dfb9bd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14693
@ -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>
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user