Don't install the fonts that are part of the X11R6 misc fonts dist.

==> warn installer if they don't have the required fonts installed

Requested by: Satoshi
This commit is contained in:
David E. O'Brien 1996-11-03 09:40:42 +00:00
parent b4e4890f89
commit f4bbcde9f5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4277

View File

@ -19,3 +19,12 @@ echo "CXTERM_AD=${PREFIX}/lib/X11/cxterm.dic/CXterm.ad" >> $CXTERM_SH
echo "XFONTDIR=${PREFIX}/lib/X11/fonts/chinese" >> $CXTERM_SH
echo "" >> $CXTERM_SH
/bin/cat ${WRKSRC}/scripts/CXterm.sh >> $CXTERM_SH
# look for Simple fonts from the X11R6 misc fonts collection
if [ ! -f ${X11BASE}/lib/X11/fonts/misc/gb16st.pcf.Z ]; then
echo ""
echo "You need to install the X11R6 misc fonts in order to get the"
echo "Simple Chinese fonts."
echo ""
fi