diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-12-03 13:08:20 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-12-03 13:08:20 +0000 |
commit | 5f30f5083e959bc43a43c5ddb1460c87e80ae7c8 (patch) | |
tree | 3c155081e1177400691313327fb908b9c8084ad4 /japanese/jtex209-both | |
parent | 4e9dc29915c085acca021ce58e3f8dec6aadad3e (diff) |
mkdir --> ${MKDIR} cp -->${CP}
Notes
Notes:
svn path=/head/; revision=4767
Diffstat (limited to 'japanese/jtex209-both')
-rw-r--r-- | japanese/jtex209-both/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/jtex209-both/Makefile b/japanese/jtex209-both/Makefile index 2e7b56d45dbb..0a15cc1cf69c 100644 --- a/japanese/jtex209-both/Makefile +++ b/japanese/jtex209-both/Makefile @@ -3,7 +3,7 @@ # Date created: 4 Nov 1996 # Whom: Mita Yoshio <mita@jp.FreeBSD.org> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/11/11 08:42:46 asami Exp $ # DISTNAME?= jp-jlatex209-a17-n152 @@ -26,7 +26,7 @@ BATCH_TEX?= BOTH post-extract: @(\ cd ${WRKSRC} ; \ - if [ ! -d jtex1.7 ] ; then mkdir jtex1.7 ; fi ; \ + ${MKDIR} jtex1.7 ; \ cd jtex1.7 ; \ tar xzf ${DISTDIR}/jtex1.7.tar.gz ; \ cd ptex/ptex ; \ |