Create an empty fonts.dir in case it is not created.

Submitted by:	brian
This commit is contained in:
Hiroki Sato 2009-05-19 06:49:23 +00:00
parent e5b97c8dc4
commit 10c04370e7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=234188
3 changed files with 3 additions and 0 deletions

View file

@ -34,6 +34,7 @@ FONTSDIR= share/fonts/amspsfont
do-build:
.if !defined(WITHOUT_X11)
# ${TOUCH} ${WRKSRC}/pfb/fonts.dir
(cd ${WRKSRC}/pfb; ${LOCALBASE}/bin/type1inst -nolog -quiet)
.else
@${DO_NADA}

View file

@ -57,6 +57,7 @@ MAPFILES= cm-super-t1.map \
do-build:
.if !defined(WITHOUT_X11)
${TOUCH} ${WRKSRC}/pfb/fonts.dir
(cd ${WRKSRC}/pfb; ${LOCALBASE}/bin/type1inst -nolog -quiet)
.else
@${DO_NADA}

View file

@ -34,6 +34,7 @@ FONTSDIR= share/fonts/${PORTNAME}
do-build:
.if !defined(WITHOUT_X11)
${TOUCH} ${WRKSRC}/pfb/fonts.dir
(cd ${WRKSRC}/pfb; ${LOCALBASE}/bin/type1inst -nolog -quiet)
.else
@${DO_NADA}