diff options
author | hrs <hrs@FreeBSD.org> | 2009-05-19 14:49:23 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2009-05-19 14:49:23 +0800 |
commit | d9ae8bda0bb502eca5b361f02c3a7ad2e6bb1696 (patch) | |
tree | ab0bb84af77986ffa828a377da6c3f5a0cfad39d /print | |
parent | 9dbc8489992b723fcc52acc006e39699713a933d (diff) | |
download | freebsd-ports-gnome-d9ae8bda0bb502eca5b361f02c3a7ad2e6bb1696.tar.gz freebsd-ports-gnome-d9ae8bda0bb502eca5b361f02c3a7ad2e6bb1696.tar.zst freebsd-ports-gnome-d9ae8bda0bb502eca5b361f02c3a7ad2e6bb1696.zip |
Create an empty fonts.dir in case it is not created.
Submitted by: brian
Diffstat (limited to 'print')
-rw-r--r-- | print/amspsfnt/Makefile | 1 | ||||
-rw-r--r-- | print/cm-super/Makefile | 1 | ||||
-rw-r--r-- | print/cmpsfont/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
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} |