summaryrefslogtreecommitdiff
path: root/japanese/okphone
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-01-24 19:09:11 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-01-24 19:09:11 +0000
commit1b49e497b520d7f3bcbdbdee81584b4d41f0ecb8 (patch)
tree075efcdd9ee5d9c0273d2db575127dffeafcbf4d /japanese/okphone
parentChecksum changed again. (diff)
Do /bin/sh ${PKGDIR}/INSTALL instead of calling the script directly.
Notes
Notes: svn path=/head/; revision=5431
Diffstat (limited to 'japanese/okphone')
-rw-r--r--japanese/okphone/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/okphone/Makefile b/japanese/okphone/Makefile
index 99b3b89961b0..dc24f5d251ce 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>