aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-03-02 18:11:28 +0800
committerPav Lucistnik <pav@FreeBSD.org>2004-03-02 18:11:28 +0800
commited2ffc9216522fb1d7365eb42a5e3b4ac50ea455 (patch)
treee07f9c8799b3f380c158af813bc379a62dfce16a /print
parent90989805df696605988a6582f05b099d53a2bc0d (diff)
downloadfreebsd-ports-gnome-ed2ffc9216522fb1d7365eb42a5e3b4ac50ea455.tar.gz
freebsd-ports-gnome-ed2ffc9216522fb1d7365eb42a5e3b4ac50ea455.tar.zst
freebsd-ports-gnome-ed2ffc9216522fb1d7365eb42a5e3b4ac50ea455.zip
- Fix install in clean environment
Submitted by: bento via kris
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 \