summaryrefslogtreecommitdiff
path: root/korean/pinetreefonts
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-07-13 18:49:31 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-07-13 18:49:31 +0000
commit75c141cc7d736952bf07a9d39dec314d0eec2756 (patch)
tree256308edd11c3a6acf6a107bbdda9994cd8db1b9 /korean/pinetreefonts
parenti'm sorry. (diff)
/bin/sh -> ${SH}
Notes
Notes: svn path=/head/; revision=7303
Diffstat (limited to 'korean/pinetreefonts')
-rw-r--r--korean/pinetreefonts/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/korean/pinetreefonts/Makefile b/korean/pinetreefonts/Makefile
index 074ea581cfdd..bf2dd041ebe9 100644
--- a/korean/pinetreefonts/Makefile
+++ b/korean/pinetreefonts/Makefile
@@ -3,7 +3,7 @@
# Date created: 22 Mar 1997
# Whom: Choi Jun Ho <junker@jazz.snu.ac.kr>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1997/03/29 12:58:32 max Exp $
#
DISTNAME= pinetree.precomposed-1.0
@@ -42,6 +42,6 @@ do-install:
# to show a warning message to add fontpath for these fonts
post-install:
- @/bin/sh ${PKGDIR}/REQ ${PKGNAME} INSTALL
+ @${SH} ${PKGDIR}/REQ ${PKGNAME} INSTALL
.include <bsd.port.mk>