aboutsummaryrefslogtreecommitdiff
path: root/print
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
parente5b97c8dc451e3b35731334bbdc7fd74a8cf9cb9 (diff)
downloadports-10c04370e7bf369d66c57a72a7d083cda57cf67c.tar.gz
ports-10c04370e7bf369d66c57a72a7d083cda57cf67c.zip
Notes
Diffstat (limited to 'print')
-rw-r--r--print/amspsfnt/Makefile1
-rw-r--r--print/cm-super/Makefile1
-rw-r--r--print/cmpsfont/Makefile1
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}