summaryrefslogtreecommitdiff
path: root/japanese/platex-common/Makefile
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1996-11-02 05:28:19 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1996-11-02 05:28:19 +0000
commit4e8fa1bfba9a00361a5909d03cbde672f7ac4139 (patch)
tree9967d19363188aa9dae015a25797b55a5de18815 /japanese/platex-common/Makefile
parentDo not use -p flag with ${MKDIR} macro. (diff)
No -p flag is needed with ${MKDIR} macro.
Notes
Notes: svn path=/head/; revision=4252
Diffstat (limited to 'japanese/platex-common/Makefile')
-rw-r--r--japanese/platex-common/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/platex-common/Makefile b/japanese/platex-common/Makefile
index 893a056d22d3..048d02fb0da2 100644
--- a/japanese/platex-common/Makefile
+++ b/japanese/platex-common/Makefile
@@ -3,7 +3,7 @@
# Date created: 5 Nov 1995
# Whom: Hideaki Ohmon <ohmon@sfc.keio.ac.jp>
#
-# $Id: Makefile,v 1.8 1996/09/26 04:46:07 max Exp $
+# $Id: Makefile,v 1.9 1996/10/27 00:20:25 max Exp $
#
DISTNAME= platex2e
@@ -72,7 +72,7 @@ do-build:
do-install:
@rm -rf ${PREFIX}/lib/texmf/tex/latex2e/base/*
- @${MKDIR} -p ${PREFIX}/lib/texmf/tex/latex2e/base
+ @${MKDIR} ${PREFIX}/lib/texmf/tex/latex2e/base
(cd ${WRKDIR}/base ; \
for f in *.cls *.clo *.sty *.fd *.def *.ltx ; do \
${INSTALL_DATA} $$f ${PREFIX}/lib/texmf/tex/latex2e/base ; \
@@ -80,7 +80,7 @@ do-install:
${INSTALL_DATA} latex.fmt ${PREFIX}/lib/texmf/ini)
@rm -f ${PREFIX}/bin/latex
@ln -s ${PREFIX}/bin/virtex ${PREFIX}/bin/latex
- @${MKDIR} -p ${PREFIX}/lib/texmf/tex/platex2e/base
+ @${MKDIR} ${PREFIX}/lib/texmf/tex/platex2e/base
(cd ${WRKSRC} ; \
for f in *.cls *.clo *.sty *.fd *.def *.ltx *.cfg ; do \
${INSTALL_DATA} $$f ${PREFIX}/lib/texmf/tex/platex2e/base ; \