diff options
author | max <max@FreeBSD.org> | 1997-07-14 02:49:31 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-07-14 02:49:31 +0800 |
commit | d9b38f789b2ef353caeb3131574a8a7d00e6eb17 (patch) | |
tree | 90fa7ca1dda4490c9b02cdbbb089050298c3c37d /japanese/okphone/Makefile | |
parent | 0a12895c5a1bf7189d7dac551c80f5cec3336367 (diff) | |
download | freebsd-ports-graphics-d9b38f789b2ef353caeb3131574a8a7d00e6eb17.tar.gz freebsd-ports-graphics-d9b38f789b2ef353caeb3131574a8a7d00e6eb17.tar.zst freebsd-ports-graphics-d9b38f789b2ef353caeb3131574a8a7d00e6eb17.zip |
/bin/sh -> ${SH}
Diffstat (limited to 'japanese/okphone/Makefile')
-rw-r--r-- | japanese/okphone/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/okphone/Makefile b/japanese/okphone/Makefile index 823b86e2fc9..a73965d34b8 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> |