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/elvis | |
parent | 0a12895c5a1bf7189d7dac551c80f5cec3336367 (diff) | |
download | FreeBSD-ports-d9b38f789b2ef353caeb3131574a8a7d00e6eb17.zip FreeBSD-ports-d9b38f789b2ef353caeb3131574a8a7d00e6eb17.tar.gz |
/bin/sh -> ${SH}
Diffstat (limited to 'japanese/elvis')
-rw-r--r-- | japanese/elvis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/elvis/Makefile b/japanese/elvis/Makefile index a3a3574..52da9ab 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}; \ |