use mkfontdir(1) to create ${PREFIX}/lib/metamail/fonts/fonts.dir

Reviewed by:	asami
This commit is contained in:
Torsten Blum 1995-05-19 23:54:43 +00:00
parent 121377cadd
commit 0c0a4b01bf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1790
2 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,5 @@
*** fonts/Makefile.orig Sat May 6 12:40:50 1995
--- fonts/Makefile Sat May 6 12:45:26 1995
*** fonts/Makefile.orig Mon May 31 22:49:27 1993
--- fonts/Makefile Thu May 18 21:55:42 1995
***************
*** 28,39 ****
-${DIRBUILDER}
@ -14,7 +14,7 @@
clean:
rm -f heb6x13.${FONTSUFFIX} heb8x13.${FONTSUFFIX} heb8x13B.${FONTSUFFIX} shownonascii mailto-hebrew fonts.dir
--- 28,44 ----
--- 28,45 ----
-${DIRBUILDER}
shownonascii: Xshownonascii
@ -29,6 +29,7 @@
+ mkdir -p ${PREFIX}/lib/metamail/fonts
+ install -c heb6x13.${FONTSUFFIX} heb8x13.${FONTSUFFIX} \
+ heb8x13B.${FONTSUFFIX} ${PREFIX}/lib/metamail/fonts
+ if [ -d /usr/X11R6 ]; then mkfontdir ${PREFIX}/lib/metamail/fonts ; fi
clean:
rm -f heb6x13.${FONTSUFFIX} heb8x13.${FONTSUFFIX} heb8x13B.${FONTSUFFIX} shownonascii mailto-hebrew fonts.dir

View File

@ -28,6 +28,7 @@ bin/sun2mime.orig
lib/metamail/fonts/heb6x13.pcf
lib/metamail/fonts/heb8x13.pcf
lib/metamail/fonts/heb8x13B.pcf
lib/metamail/fonts/fonts.dir
etc/mailcap
man/man1/audiocompose.1.gz
man/man1/audiosend.1.gz