diff options
author | max <max@FreeBSD.org> | 1997-07-13 18:49:31 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-07-13 18:49:31 +0000 |
commit | d9b38f789b2ef353caeb3131574a8a7d00e6eb17 (patch) | |
tree | 90fa7ca1dda4490c9b02cdbbb089050298c3c37d /japanese/ptex-base/Makefile | |
parent | 0a12895c5a1bf7189d7dac551c80f5cec3336367 (diff) | |
download | FreeBSD-ports-d9b38f789b2ef353caeb3131574a8a7d00e6eb17.zip FreeBSD-ports-d9b38f789b2ef353caeb3131574a8a7d00e6eb17.tar.gz |
/bin/sh -> ${SH}
Diffstat (limited to 'japanese/ptex-base/Makefile')
-rw-r--r-- | japanese/ptex-base/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/ptex-base/Makefile b/japanese/ptex-base/Makefile index bbc8004..6d07bf0 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 |