summaryrefslogtreecommitdiff
path: root/print/cmpsfont
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2009-05-19 06:49:23 +0000
committerHiroki Sato <hrs@FreeBSD.org>2009-05-19 06:49:23 +0000
commit10c04370e7bf369d66c57a72a7d083cda57cf67c (patch)
treeae8bde3dd7b962cd5e05f95e8075b3e777e40f30 /print/cmpsfont
parent- Add restriction of www/mod_h264_streaming (diff)
Create an empty fonts.dir in case it is not created.
Submitted by: brian
Notes
Notes: svn path=/head/; revision=234188
Diffstat (limited to 'print/cmpsfont')
-rw-r--r--print/cmpsfont/Makefile1
1 files changed, 1 insertions, 0 deletions
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}