diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-11-02 05:28:19 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-11-02 05:28:19 +0000 |
commit | 4e8fa1bfba9a00361a5909d03cbde672f7ac4139 (patch) | |
tree | 9967d19363188aa9dae015a25797b55a5de18815 /japanese/platex-common | |
parent | 9d40023c4385dd2364a9a061c90c0d495da55573 (diff) | |
download | ports-4e8fa1bfba9a00361a5909d03cbde672f7ac4139.tar.gz ports-4e8fa1bfba9a00361a5909d03cbde672f7ac4139.zip |
Notes
Diffstat (limited to 'japanese/platex-common')
-rw-r--r-- | japanese/platex-common/Makefile | 6 |
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 ; \ |