From 10c04370e7bf369d66c57a72a7d083cda57cf67c Mon Sep 17 00:00:00 2001 From: Hiroki Sato Date: Tue, 19 May 2009 06:49:23 +0000 Subject: [PATCH] Create an empty fonts.dir in case it is not created. Submitted by: brian --- print/amspsfnt/Makefile | 1 + print/cm-super/Makefile | 1 + print/cmpsfont/Makefile | 1 + 3 files changed, 3 insertions(+) diff --git a/print/amspsfnt/Makefile b/print/amspsfnt/Makefile index a4944f0bbc99..3ff0006f2707 100644 --- a/print/amspsfnt/Makefile +++ b/print/amspsfnt/Makefile @@ -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} diff --git a/print/cm-super/Makefile b/print/cm-super/Makefile index 93cda89a7923..cb84f5eccf5e 100644 --- a/print/cm-super/Makefile +++ b/print/cm-super/Makefile @@ -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} diff --git a/print/cmpsfont/Makefile b/print/cmpsfont/Makefile index f45ffe054292..c3dc773e1d16 100644 --- a/print/cmpsfont/Makefile +++ b/print/cmpsfont/Makefile @@ -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}