aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>1996-09-21 15:50:17 +0800
committermax <max@FreeBSD.org>1996-09-21 15:50:17 +0800
commit4a7c516cf772bae60bcdb7bda9a1302c68cf285c (patch)
tree3019e16e529b039398453b422ee9bc91a642577d /japanese
parent43c7cbd1c087981177389072991b70fa1e905b4a (diff)
downloadfreebsd-ports-gnome-4a7c516cf772bae60bcdb7bda9a1302c68cf285c.tar.gz
freebsd-ports-gnome-4a7c516cf772bae60bcdb7bda9a1302c68cf285c.tar.zst
freebsd-ports-gnome-4a7c516cf772bae60bcdb7bda9a1302c68cf285c.zip
Removed extra semi-colons. (again?)
Don't use mv to install files or you will have hard time doing make reinstall. :-)
Diffstat (limited to 'japanese')
-rw-r--r--japanese/platex-common/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/japanese/platex-common/Makefile b/japanese/platex-common/Makefile
index 2fae445188c6..6a1580c746a5 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.5 1996/07/07 09:48:44 asami Exp $
+# $Id: Makefile,v 1.6 1996/09/17 15:07:47 max Exp $
#
DISTNAME= platex2e
@@ -72,21 +72,21 @@ do-build:
do-install:
@rm -rf ${PREFIX}/lib/texmf/tex/latex2e/base/*
- @(if [ ! -d ${PREFIX}/lib/texmf/tex/latex2e ]; then ;\
+ @(if [ ! -d ${PREFIX}/lib/texmf/tex/latex2e ]; then \
mkdir ${PREFIX}/lib/texmf/tex/latex2e ;\
fi)
- @(if [ ! -d ${PREFIX}/lib/texmf/tex/latex2e/base ]; then ; \
+ @(if [ ! -d ${PREFIX}/lib/texmf/tex/latex2e/base ]; then \
mkdir ${PREFIX}/lib/texmf/tex/latex2e/base; \
fi)
@(cd ${WRKDIR}/base ; cp -f *.cls *.clo *.sty *.fd *.def *.ltx \
${PREFIX}/lib/texmf/tex/latex2e/base ; \
- mv latex.fmt ${PREFIX}/lib/texmf/ini)
+ cp latex.fmt ${PREFIX}/lib/texmf/ini)
@rm -f ${PREFIX}/bin/latex
@ln -s ${PREFIX}/bin/virtex ${PREFIX}/bin/latex
- @(if [ ! -d ${PREFIX}/lib/texmf/tex/platex2e ] ; then ; \
+ @(if [ ! -d ${PREFIX}/lib/texmf/tex/platex2e ] ; then \
mkdir ${PREFIX}/lib/texmf/tex/platex2e ;\
fi)
- @(if [ ! -d ${PREFIX}/lib/texmf/tex/platex2e/base ]; then ;\
+ @(if [ ! -d ${PREFIX}/lib/texmf/tex/platex2e/base ]; then \
mkdir ${PREFIX}/lib/texmf/tex/platex2e/base ;\
fi)
@(cd ${WRKSRC} ; cp -f *.cls *.clo *.sty *.fd *.def *.ltx *.cfg \