diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-02 10:11:28 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-02 10:11:28 +0000 |
commit | ed2ffc9216522fb1d7365eb42a5e3b4ac50ea455 (patch) | |
tree | e07f9c8799b3f380c158af813bc379a62dfce16a | |
parent | 90989805df696605988a6582f05b099d53a2bc0d (diff) | |
download | ports-ed2ffc9216522fb1d7365eb42a5e3b4ac50ea455.tar.gz ports-ed2ffc9216522fb1d7365eb42a5e3b4ac50ea455.zip |
Notes
-rw-r--r-- | print/txfonts/Makefile | 2 |
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 \ |