summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-03-02 10:11:28 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-03-02 10:11:28 +0000
commited2ffc9216522fb1d7365eb42a5e3b4ac50ea455 (patch)
treee07f9c8799b3f380c158af813bc379a62dfce16a /print
parentAllow users to specify exactly which Quagga daemons should be started (diff)
- Fix install in clean environment
Submitted by: bento via kris
Notes
Notes: svn path=/head/; revision=102716
Diffstat (limited to 'print')
-rw-r--r--print/txfonts/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/print/txfonts/Makefile b/print/txfonts/Makefile
index ccefc776283e..a85eabb70a7a 100644
--- a/print/txfonts/Makefile
+++ b/print/txfonts/Makefile
@@ -379,6 +379,8 @@ do-install:
${MKDIR} ${DVIPSCONFDIR}; fi
@(for i in ${DVIPS}; do \
${INSTALL_DATA} ${TXDIST}/dvips/$$i ${DVIPSCONFDIR}/ ; done)
+ @if [ ! -d ${DVIPDFMCONFDIR} ]; then \
+ ${MKDIR} ${DVIPDFMCONFDIR}; fi
@(for i in ${DVIPDFM}; do \
${INSTALL_DATA} ${TXDIST}/dvipdfm/$$i ${DVIPDFMCONFDIR}/ ; done)
@(for i in ${TXPATCH_NAME}; do \