diff options
author | max <max@FreeBSD.org> | 1997-01-24 19:09:11 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-01-24 19:09:11 +0000 |
commit | 53dfddb229e2ed2ca943939bf6a6b3f33757c42f (patch) | |
tree | a7411eeb577456624e9552fa5795a1e341059e3d /japanese/okphone/Makefile | |
parent | 90dc124926bbb1f674cd9950b0eddda973f9c5ac (diff) | |
download | FreeBSD-ports-53dfddb229e2ed2ca943939bf6a6b3f33757c42f.zip FreeBSD-ports-53dfddb229e2ed2ca943939bf6a6b3f33757c42f.tar.gz |
Do /bin/sh ${PKGDIR}/INSTALL instead of calling the script directly.
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 99b3b89..dc24f5d 100644 --- a/japanese/okphone/Makefile +++ b/japanese/okphone/Makefile @@ -3,7 +3,7 @@ # Date created: 7 February 1996 # Whom: asami # -# $Id: Makefile,v 1.4 1996/07/27 20:39:20 asami Exp $ +# $Id: Makefile,v 1.5 1996/11/11 10:12:38 max Exp $ # DISTNAME= okphone-1.2 @@ -18,6 +18,6 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= asami@FreeBSD.ORG post-install: - @${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL + @/bin/sh ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL .include <bsd.port.mk> |