summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-12-03 13:08:20 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-12-03 13:08:20 +0000
commit5f30f5083e959bc43a43c5ddb1460c87e80ae7c8 (patch)
tree3c155081e1177400691313327fb908b9c8084ad4 /japanese
parentUpdated to version 6.3 (diff)
mkdir --> ${MKDIR} cp -->${CP}
Notes
Notes: svn path=/head/; revision=4767
Diffstat (limited to 'japanese')
-rw-r--r--japanese/elvis/Makefile9
-rw-r--r--japanese/ircII/Makefile4
-rw-r--r--japanese/jtex209-both/Makefile4
-rw-r--r--japanese/nkf/Makefile4
-rw-r--r--japanese/today/Makefile4
-rw-r--r--japanese/vfxdvi300/Makefile4
6 files changed, 14 insertions, 15 deletions
diff --git a/japanese/elvis/Makefile b/japanese/elvis/Makefile
index 0c82848746fe..236556b9986f 100644
--- a/japanese/elvis/Makefile
+++ b/japanese/elvis/Makefile
@@ -3,7 +3,7 @@
# Date created: 5 October 1995
# Whom: Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp>
#
-# $Id: Makefile,v 1.2 1996/10/22 12:12:31 max Exp $
+# $Id: Makefile,v 1.3 1996/11/11 10:11:52 max Exp $
#
DISTNAME= elv18src
@@ -23,13 +23,12 @@ LIB_DEPENDS= canna\\.1\\.:${PORTSDIR}/japanese/Canna
NO_WRKSUBDIR= yes
STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/jp-elvis.sh
+
do-configure:
- @cp ${WRKSRC}/Makefile.mix ${WRKSRC}/Makefile
+ @${CP} ${WRKSRC}/Makefile.mix ${WRKSRC}/Makefile
post-install:
- if [ ! -d ${PREFIX}/share/doc/jp-elvis ]; then \
- mkdir -p ${PREFIX}/share/doc/jp-elvis; \
- fi
+ @${MKDIR} ${PREFIX}/share/doc/jp-elvis
${INSTALL_DATA} ${WRKSRC}/README.j18 ${PREFIX}/share/doc/jp-elvis
@/bin/sh ${PKGDIR}/REQ ${PKGNAME} INSTALL
@if [ ! -f ${STARTUP_SCRIPT} ]; then \
diff --git a/japanese/ircII/Makefile b/japanese/ircII/Makefile
index aedb3f62b1e8..34655fcf43a3 100644
--- a/japanese/ircII/Makefile
+++ b/japanese/ircII/Makefile
@@ -3,7 +3,7 @@
# Date created: 02 May 1996
# Whom: Masafumi
#
-# $Id: Makefile,v 1.5 1996/11/11 10:11:58 max Exp $
+# $Id: Makefile,v 1.6 1996/11/13 12:40:58 asami Exp $
#
DISTNAME= ircii-2.8.2
@@ -23,7 +23,7 @@ GNU_CONFIGURE= yes
MAN1= irc.1
post-install:
- cp -R ${WRKDIR}/help ${PREFIX}/lib/irc/
+ ${CP} -R ${WRKDIR}/help ${PREFIX}/lib/irc/
${INSTALL_MAN} ${WRKSRC}/doc/ircII.1 ${PREFIX}/man/man1/irc.1
.include <bsd.port.mk>
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 ; \
diff --git a/japanese/nkf/Makefile b/japanese/nkf/Makefile
index 411aa7ea1983..4c33003f6b31 100644
--- a/japanese/nkf/Makefile
+++ b/japanese/nkf/Makefile
@@ -3,7 +3,7 @@
# Date created: 5 February 1995
# Whom: asami
#
-# $Id: Makefile,v 1.11 1996/09/28 16:19:47 max Exp $
+# $Id: Makefile,v 1.12 1996/11/11 10:12:36 max Exp $
#
DISTNAME= nkf-1.62
@@ -15,6 +15,6 @@ MAINTAINER= max@FreeBSD.ORG
post-extract:
@echo "===> Installing custom Makefile for ${DISTNAME}"
- @(cp ${FILESDIR}/Makefile ${WRKSRC})
+ @(${CP} ${FILESDIR}/Makefile ${WRKSRC})
.include <bsd.port.mk>
diff --git a/japanese/today/Makefile b/japanese/today/Makefile
index 25c9bbc2bdd1..7f7de7c83130 100644
--- a/japanese/today/Makefile
+++ b/japanese/today/Makefile
@@ -3,7 +3,7 @@
# Date created: 24 June 1996
# Whom: ABURAYER Rewsirow <pcs51674@asciinet.or.jp>
#
-# $Id: Makefile,v 1.1.1.2 1996/11/10 12:40:13 asami Exp $
+# $Id: Makefile,v 1.2 1996/11/18 11:30:48 asami Exp $
#
DISTNAME= td210bs
@@ -44,6 +44,6 @@ post-extract:
pre-patch:
@echo "===> Installing custom Makefile for ${DISTNAME}"
- @(cp ${FILESDIR}/Makefile ${WRKSRC})
+ @(${CP} ${FILESDIR}/Makefile ${WRKSRC})
.include <bsd.port.mk>
diff --git a/japanese/vfxdvi300/Makefile b/japanese/vfxdvi300/Makefile
index 2bc610c62de2..2bffbd72a63a 100644
--- a/japanese/vfxdvi300/Makefile
+++ b/japanese/vfxdvi300/Makefile
@@ -3,7 +3,7 @@
# Date created: 8 Nov 1996
# Whom: Mita Yoshio <mita@jp.FreeBSD.org>
#
-# $Id: Makefile,v 1.2 1996/11/11 10:13:07 max Exp $
+# $Id: Makefile,v 1.3 1996/12/03 04:07:10 asami Exp $
#
DISTNAME= xdvi-17
@@ -61,7 +61,7 @@ pre-patch:
${PATCH} < ${FILESDIR}/xdvi18.vflib.patch.of.patch >/dev/null 2>&1; \
gzip -d xdvi-17+ptex.fixed.patch.gz ; \
${PATCH} < ${FILESDIR}/xdvi-17+ptex.fixed.patch.of.patch >/dev/null 2>&1; \
- mkdir tmp; \
+ ${MKDIR} tmp; \
cd tmp; \
${PATCH} -f < ../xdvi18.vflib.patch >/dev/null 2>&1; \
cd .. ; \