From 75c141cc7d736952bf07a9d39dec314d0eec2756 Mon Sep 17 00:00:00 2001 From: Masafumi Max NAKANE Date: Sun, 13 Jul 1997 18:49:31 +0000 Subject: /bin/sh -> ${SH} --- japanese/okphone/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'japanese/okphone') 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 -- cgit v1.2.3