aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/k12/Makefile
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>1997-07-14 02:49:31 +0800
committermax <max@FreeBSD.org>1997-07-14 02:49:31 +0800
commitd9b38f789b2ef353caeb3131574a8a7d00e6eb17 (patch)
tree90fa7ca1dda4490c9b02cdbbb089050298c3c37d /japanese/k12/Makefile
parent0a12895c5a1bf7189d7dac551c80f5cec3336367 (diff)
downloadfreebsd-ports-gnome-d9b38f789b2ef353caeb3131574a8a7d00e6eb17.tar.gz
freebsd-ports-gnome-d9b38f789b2ef353caeb3131574a8a7d00e6eb17.tar.zst
freebsd-ports-gnome-d9b38f789b2ef353caeb3131574a8a7d00e6eb17.zip
/bin/sh -> ${SH}
Diffstat (limited to 'japanese/k12/Makefile')
-rw-r--r--japanese/k12/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/k12/Makefile b/japanese/k12/Makefile
index 73d351122a6d..b7a9cbb4e948 100644
--- a/japanese/k12/Makefile
+++ b/japanese/k12/Makefile
@@ -3,7 +3,7 @@
# Date created: 24 June 1996
# Whom: Mita Yoshio <mita@jp.FreeBSD.org>
#
-# $Id: Makefile,v 1.1.1.1 1997/04/01 11:38:33 asami Exp $
+# $Id: Makefile,v 1.2 1997/04/01 11:40:16 asami Exp $
#
DISTNAME= jp-k12font-1.0
@@ -17,6 +17,6 @@ USE_X11= yes
NO_WRKSUBDIR= yes
post-install:
- @/bin/sh ${PKGDIR}/REQ ${PKGNAME} INSTALL
+ @${SH} ${PKGDIR}/REQ ${PKGNAME} INSTALL
.include <bsd.port.mk>