freebsd-ports/japanese/elisa10x8/files/patch-aa
SADA Kenji b8375289e0 Reallocate the font directory (misc->local),
following the change in XFree86 3.3.3.
Submitted by:	Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
1998-11-20 20:24:53 +00:00

15 lines
461 B
Text

*** /dev/null Fri Sep 26 14:42:02 1997
--- Makefile Fri Sep 26 15:43:17 1997
***************
*** 0 ****
--- 1,10 ----
+ all:
+ bdftopcf elisau10.bdf | gzip -c > elisau10.pcf.gz
+ cp ${DISTDIR}/clR5x8.bdf .
+ patch --quiet < clR5x8-s5x8.diff
+ bdftopcf clR5x8.bdf | gzip -c > clR5x8.pcf.gz
+
+ install:
+ [ -d ${PREFIX}/${FONTSDIR} ] || mkdir -p ${PREFIX}/${FONTSDIR}
+ cp elisau10.pcf.gz ${PREFIX}/${FONTSDIR}
+ cp clR5x8.pcf.gz ${PREFIX}/${FONTSDIR}