mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
Create an empty fonts.dir in case it is not created.
Submitted by: brian
This commit is contained in:
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
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue