aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2005-02-07 03:24:37 +0800
committerHiroki Sato <hrs@FreeBSD.org>2005-02-07 03:24:37 +0800
commitc6fc69f00b8f579a1dca4074ad91b1a2976282a4 (patch)
tree82e9866d3146211c5dfa6f1e87cbc554d4b618dd /print
parent9f50830a601c5e34421944e76537fd587811eda1 (diff)
downloadfreebsd-ports-gnome-c6fc69f00b8f579a1dca4074ad91b1a2976282a4.tar.gz
freebsd-ports-gnome-c6fc69f00b8f579a1dca4074ad91b1a2976282a4.tar.zst
freebsd-ports-gnome-c6fc69f00b8f579a1dca4074ad91b1a2976282a4.zip
Fix a bug which prevents "make install".
Pointed out by: Manuel Stuehn (manuel dot stuehn at student dot uni-siegen dot de)
Diffstat (limited to 'print')
-rw-r--r--print/tex-texmflocal/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/tex-texmflocal/Makefile b/print/tex-texmflocal/Makefile
index a2c9475f843a..e2a32ca4118f 100644
--- a/print/tex-texmflocal/Makefile
+++ b/print/tex-texmflocal/Makefile
@@ -68,8 +68,8 @@ pre-install:
do-install:
${INSTALL_SCRIPT} ${FILESDIR}/tetex-modesw.in ${PREFIX}/bin/tetex-modesw
-.for D in TEXMFDIR TEXMFLOCALDIR TEXMFVARDIR TEXMFCONFIGDIR
- ${MKDIR} ${DIRS:S,^,${PREFIX}/${${D}}/,}
+.for D in TEXMF TEXMFLOCAL TEXMFVAR TEXMFCONFIG
+ ${MKDIR} ${DIRS:S,^,${PREFIX}/${${D}DIR}/,}
${LSRMAGIC} > ${${D}_LSR}
${CHMOD} 0644 ${${D}_LSR}
.endfor