diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-07-13 18:49:31 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-07-13 18:49:31 +0000 |
commit | 75c141cc7d736952bf07a9d39dec314d0eec2756 (patch) | |
tree | 256308edd11c3a6acf6a107bbdda9994cd8db1b9 /japanese | |
parent | 076399b59945682d4b7e91d2fe8f4fdf2995361c (diff) | |
download | ports-75c141cc7d736952bf07a9d39dec314d0eec2756.tar.gz ports-75c141cc7d736952bf07a9d39dec314d0eec2756.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Canna/Makefile | 4 | ||||
-rw-r--r-- | japanese/canna-lib/Makefile | 4 | ||||
-rw-r--r-- | japanese/canna-server/Makefile | 4 | ||||
-rw-r--r-- | japanese/dserver/Makefile | 4 | ||||
-rw-r--r-- | japanese/dvi2ps/Makefile | 4 | ||||
-rw-r--r-- | japanese/elvis/Makefile | 4 | ||||
-rw-r--r-- | japanese/gp/Makefile | 4 | ||||
-rw-r--r-- | japanese/jtex209-both/Makefile | 8 | ||||
-rw-r--r-- | japanese/k12/Makefile | 4 | ||||
-rw-r--r-- | japanese/man-doc/Makefile | 4 | ||||
-rw-r--r-- | japanese/man/Makefile | 4 | ||||
-rw-r--r-- | japanese/okphone/Makefile | 4 | ||||
-rw-r--r-- | japanese/ptex-base/Makefile | 4 | ||||
-rw-r--r-- | japanese/ptex-common/Makefile | 4 | ||||
-rw-r--r-- | japanese/vfghostscript/Makefile | 6 |
15 files changed, 33 insertions, 33 deletions
diff --git a/japanese/Canna/Makefile b/japanese/Canna/Makefile index d30f8d0a2c3b..392c109dab18 100644 --- a/japanese/Canna/Makefile +++ b/japanese/Canna/Makefile @@ -4,7 +4,7 @@ # Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> # NIIMI Satoshi <sa2c@and.or.jp> # -# $Id: Makefile,v 1.13 1996/11/11 08:26:44 max Exp $ +# $Id: Makefile,v 1.14 1996/11/13 12:40:55 asami Exp $ # DISTNAME= Canna32p2 @@ -49,6 +49,6 @@ post-install: chmod 755 ${STARTUP_SCRIPT} ; \ chown bin.bin ${STARTUP_SCRIPT}; \ fi - @/bin/sh ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL + @${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL .include <bsd.port.mk> diff --git a/japanese/canna-lib/Makefile b/japanese/canna-lib/Makefile index d30f8d0a2c3b..392c109dab18 100644 --- a/japanese/canna-lib/Makefile +++ b/japanese/canna-lib/Makefile @@ -4,7 +4,7 @@ # Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> # NIIMI Satoshi <sa2c@and.or.jp> # -# $Id: Makefile,v 1.13 1996/11/11 08:26:44 max Exp $ +# $Id: Makefile,v 1.14 1996/11/13 12:40:55 asami Exp $ # DISTNAME= Canna32p2 @@ -49,6 +49,6 @@ post-install: chmod 755 ${STARTUP_SCRIPT} ; \ chown bin.bin ${STARTUP_SCRIPT}; \ fi - @/bin/sh ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL + @${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL .include <bsd.port.mk> diff --git a/japanese/canna-server/Makefile b/japanese/canna-server/Makefile index d30f8d0a2c3b..392c109dab18 100644 --- a/japanese/canna-server/Makefile +++ b/japanese/canna-server/Makefile @@ -4,7 +4,7 @@ # Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> # NIIMI Satoshi <sa2c@and.or.jp> # -# $Id: Makefile,v 1.13 1996/11/11 08:26:44 max Exp $ +# $Id: Makefile,v 1.14 1996/11/13 12:40:55 asami Exp $ # DISTNAME= Canna32p2 @@ -49,6 +49,6 @@ post-install: chmod 755 ${STARTUP_SCRIPT} ; \ chown bin.bin ${STARTUP_SCRIPT}; \ fi - @/bin/sh ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL + @${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL .include <bsd.port.mk> diff --git a/japanese/dserver/Makefile b/japanese/dserver/Makefile index 7ce1f5850811..71bb8b2ca9e6 100644 --- a/japanese/dserver/Makefile +++ b/japanese/dserver/Makefile @@ -3,7 +3,7 @@ # Date created: 3 Nov 1996 # Whom: Mita Yoshio <mita@jp.FreeBSD.org> # -# $Id: Makefile,v 1.2 1997/01/30 07:49:54 max Exp $ +# $Id: Makefile,v 1.3 1997/01/30 09:12:38 max Exp $ # DISTNAME= dserver2.2betapl2 @@ -43,6 +43,6 @@ post-install: @${SED} s!PREFIX_DIR!${PREFIX}!g ${WRKSRC}/deinstall.sh.template \ > ${PREFIX}/lib/dserver/deinstall.sh @${INSTALL_DATA} ${FILESDIR}/README.FreeBSD-setup.euc ${PREFIX}/lib/dserver/doc/ - @${SETENV} PKG_PREFIX=${PREFIX} /bin/sh ${PKGDIR}/REQ ${PKGNAME} INSTALL + @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGDIR}/REQ ${PKGNAME} INSTALL .include <bsd.port.mk> diff --git a/japanese/dvi2ps/Makefile b/japanese/dvi2ps/Makefile index 924ba31eee22..cf3db498a8ff 100644 --- a/japanese/dvi2ps/Makefile +++ b/japanese/dvi2ps/Makefile @@ -3,7 +3,7 @@ # Date created: 15 Sep 1996 # Whom: Mita Yoshio <mita@jp.FreeBSD.org> # -# $Id: Makefile,v 1.3 1996/12/07 00:20:24 asami Exp $ +# $Id: Makefile,v 1.4 1996/12/30 08:23:07 max Exp $ # DISTNAME= dvi2ps-2.0j-gamma @@ -40,6 +40,6 @@ post-install: ${INSTALL_SCRIPT} tools/psstrip ${PREFIX}/bin ;\ ${INSTALL_SCRIPT} tools/MakePK ${PREFIX}/bin ;\ ) - @/bin/sh ${PKGDIR}/REQ ${PKGNAME} INSTALL + @${SH} ${PKGDIR}/REQ ${PKGNAME} INSTALL .include <bsd.port.mk> diff --git a/japanese/elvis/Makefile b/japanese/elvis/Makefile index a3a3574f7a33..52da9abf80c0 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.4 1996/12/03 13:07:58 obrien Exp $ +# $Id: Makefile,v 1.5 1997/01/04 15:34:28 max Exp $ # DISTNAME= elvis-1.8 @@ -30,7 +30,7 @@ do-configure: post-install: @${MKDIR} ${PREFIX}/share/doc/jp-elvis ${INSTALL_DATA} ${WRKSRC}/README.j18 ${PREFIX}/share/doc/jp-elvis - @/bin/sh ${PKGDIR}/REQ ${PKGNAME} INSTALL + @${SH} ${PKGDIR}/REQ ${PKGNAME} INSTALL @if [ ! -f ${STARTUP_SCRIPT} ]; then \ echo "Installing ${STARTUP_SCRIPT} startup file."; \ echo '#!/bin/sh' > ${STARTUP_SCRIPT}; \ diff --git a/japanese/gp/Makefile b/japanese/gp/Makefile index db6fef22717d..3fc4f3d3c0fd 100644 --- a/japanese/gp/Makefile +++ b/japanese/gp/Makefile @@ -3,7 +3,7 @@ # Date created: 15 April 1997 # Whom: Kiriyama Kazuhiko<kiri@kiri.toba-cmt.ac.jp> # -# $Id: Makefile,v 1.1.1.1 1997/06/04 02:13:17 asami Exp $ +# $Id: Makefile,v 1.2 1997/06/29 11:30:39 obrien Exp $ # DISTNAME= GP-2.01jp @@ -27,7 +27,7 @@ pre-patch: @${MKDIR} ${PATCHDIR} @${SETENV} FILESDIR=${FILESDIR} PATCHDIR=${PATCHDIR} \ PREFIX=${PREFIX} SED=${SED} X11BASE=${X11BASE} \ - /bin/sh ${FILESDIR}/pr-setup.sh + ${SH} ${FILESDIR}/pr-setup.sh do-install: @${MKDIR} ${PREFIX}/etc/GP-jp diff --git a/japanese/jtex209-both/Makefile b/japanese/jtex209-both/Makefile index 0a15cc1cf69c..18dff2f1dc9f 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: Makefile,v 1.1.1.1 1996/11/11 08:42:46 asami Exp $ +# $Id: Makefile,v 1.2 1996/12/03 13:08:11 obrien Exp $ # DISTNAME?= jp-jlatex209-a17-n152 @@ -38,12 +38,12 @@ pre-build: .if defined(BATCH) @(\ cd ${WRKSRC} ; \ - /bin/sh ${FILESDIR}/select.sh ${FILESDIR} ${DISTDIR} ${PKGDIR} ${BATCH_TEX}; \ + ${SH} ${FILESDIR}/select.sh ${FILESDIR} ${DISTDIR} ${PKGDIR} ${BATCH_TEX}; \ ) .else @(\ cd ${WRKSRC} ; \ - /bin/sh ${FILESDIR}/select.sh ${FILESDIR} ${DISTDIR} ${PKGDIR} SELECT ; \ + ${SH} ${FILESDIR}/select.sh ${FILESDIR} ${DISTDIR} ${PKGDIR} SELECT ; \ ) .endif @@ -51,7 +51,7 @@ post-install: .if !defined(BATCH) @(\ if [ -e /usr/local/share/tex/BOTH ] ; \ - then /bin/sh ${FILESDIR}/linkselect.sh ; \ + then ${SH} ${FILESDIR}/linkselect.sh ; \ fi \ ) .endif diff --git a/japanese/k12/Makefile b/japanese/k12/Makefile index 73d351122a6d..b7a9cbb4e948 100644 --- a/japanese/k12/Makefile +++ b/japanese/k12/Makefile @@ -3,7 +3,7 @@ # Date created: 24 June 1996 # Whom: Mita Yoshio <mita@jp.FreeBSD.org> # -# $Id: Makefile,v 1.1.1.1 1997/04/01 11:38:33 asami Exp $ +# $Id: Makefile,v 1.2 1997/04/01 11:40:16 asami Exp $ # DISTNAME= jp-k12font-1.0 @@ -17,6 +17,6 @@ USE_X11= yes NO_WRKSUBDIR= yes post-install: - @/bin/sh ${PKGDIR}/REQ ${PKGNAME} INSTALL + @${SH} ${PKGDIR}/REQ ${PKGNAME} INSTALL .include <bsd.port.mk> diff --git a/japanese/man-doc/Makefile b/japanese/man-doc/Makefile index 35117f687194..7665059a6291 100644 --- a/japanese/man-doc/Makefile +++ b/japanese/man-doc/Makefile @@ -3,7 +3,7 @@ # Date created: 6 January 1997 # Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp> # -# $Id: Makefile,v 1.4 1997/02/12 11:00:45 asami Exp $ +# $Id: Makefile,v 1.7 1997/07/11 10:26:33 max Exp $ # DISTNAME= jpman-${VERSION}c @@ -28,7 +28,7 @@ do-install: JPMANDIR=${JPMANDIR} EXTRACT_CMD=${EXTRACT_CMD} \ ECHO=${ECHO} RM=${RM} AWK=${AWK} \ GZIP_CMD="${GZIP_CMD}" SED=${SED} \ - INSTALL_MAN="${INSTALL_MAN}" /bin/sh \ + INSTALL_MAN="${INSTALL_MAN}" ${SH} \ ${FILESDIR}/install-man MANCOMPRESSED .else @${SETENV} LANG="${LANG}" PREFIX=${PREFIX} WRKSRC=${WRKSRC} \ diff --git a/japanese/man/Makefile b/japanese/man/Makefile index c1e682d14acd..f1cb010ba594 100644 --- a/japanese/man/Makefile +++ b/japanese/man/Makefile @@ -3,7 +3,7 @@ # Date created: 4 December 1996 # Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp> # -# $Id: Makefile,v 1.8 1997/05/20 04:27:31 asami Exp $ +# $Id: Makefile,v 1.9 1997/06/13 16:57:37 max Exp $ # DISTNAME= jp-man-1.1 @@ -59,7 +59,7 @@ post-install: @${MKDIR} ${JMANELDIR} @${INSTALL_DATA} ${FILESDIR}/jman.el ${JMANELDIR} @${SETENV} CP=${CP} PKG_PREFIX=${PREFIX} \ - /bin/sh ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL + ${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL pre-clean: @${RM} -f ${PATCHDIR}/patch-aa ${FILESDIR}/patch-xpg4 diff --git a/japanese/okphone/Makefile b/japanese/okphone/Makefile index 823b86e2fc94..a73965d34b8a 100644 --- a/japanese/okphone/Makefile +++ b/japanese/okphone/Makefile @@ -3,7 +3,7 @@ # Date created: 7 February 1996 # Whom: asami # -# $Id: Makefile,v 1.6 1997/01/24 19:09:11 max Exp $ +# $Id: Makefile,v 1.7 1997/06/24 16:45:45 fenner Exp $ # DISTNAME= okphone-1.2 @@ -18,6 +18,6 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= asami@FreeBSD.ORG post-install: - @/bin/sh ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL + @${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL .include <bsd.port.mk> diff --git a/japanese/ptex-base/Makefile b/japanese/ptex-base/Makefile index bbc80044e8b3..6d07bf018d9a 100644 --- a/japanese/ptex-base/Makefile +++ b/japanese/ptex-base/Makefile @@ -3,7 +3,7 @@ # Date created: 5 Nov 1995 # Whom: Hideaki Ohmon <ohmon@sfc.keio.ac.jp> # -# $Id: Makefile,v 1.16 1997/02/04 11:09:38 max Exp $ +# $Id: Makefile,v 1.17 1997/06/12 09:48:25 max Exp $ # DISTNAME= ptex3.1415.p2.1.4 @@ -99,7 +99,7 @@ do-build: pre-install: .if !defined(BATCH) - @/bin/sh ${PKGDIR}/REQ ${PKGNAME} INSTALL || \ + @${SH} ${PKGDIR}/REQ ${PKGNAME} INSTALL || \ (echo "(Don't worry about the following \"*** Error code 1\"s)" ; \ exit 1) .endif diff --git a/japanese/ptex-common/Makefile b/japanese/ptex-common/Makefile index bbc80044e8b3..6d07bf018d9a 100644 --- a/japanese/ptex-common/Makefile +++ b/japanese/ptex-common/Makefile @@ -3,7 +3,7 @@ # Date created: 5 Nov 1995 # Whom: Hideaki Ohmon <ohmon@sfc.keio.ac.jp> # -# $Id: Makefile,v 1.16 1997/02/04 11:09:38 max Exp $ +# $Id: Makefile,v 1.17 1997/06/12 09:48:25 max Exp $ # DISTNAME= ptex3.1415.p2.1.4 @@ -99,7 +99,7 @@ do-build: pre-install: .if !defined(BATCH) - @/bin/sh ${PKGDIR}/REQ ${PKGNAME} INSTALL || \ + @${SH} ${PKGDIR}/REQ ${PKGNAME} INSTALL || \ (echo "(Don't worry about the following \"*** Error code 1\"s)" ; \ exit 1) .endif diff --git a/japanese/vfghostscript/Makefile b/japanese/vfghostscript/Makefile index 7967fdb4a87d..4ed3845e38ff 100644 --- a/japanese/vfghostscript/Makefile +++ b/japanese/vfghostscript/Makefile @@ -3,7 +3,7 @@ # Date created: 14 May 1996 # Whom: Mita Yoshio <mita@jp.FreeBSD.org> # -# $Id: Makefile,v 1.6 1996/11/18 10:24:17 asami Exp $ +# $Id: Makefile,v 1.7 1996/12/07 00:20:40 asami Exp $ # DISTNAME= ghostscript2.6.2 @@ -63,11 +63,11 @@ pre-patch: @${CP} ${WRKSRC}/unix-gcc.mak ${WRKSRC}/Makefile .if defined(BATCH) @(cd ${WRKSRC} ; \ - /bin/sh ${FILESDIR}/printer.sh BATCH; \ + ${SH} ${FILESDIR}/printer.sh BATCH; \ ) .else @(cd ${WRKSRC} ; \ - /bin/sh ${FILESDIR}/printer.sh; \ + ${SH} ${FILESDIR}/printer.sh; \ ) .endif @${CAT} ${WRKSRC}/kfvflib.mak >> ${WRKSRC}/Makefile |