diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-07-13 18:49:31 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-07-13 18:49:31 +0000 |
commit | 75c141cc7d736952bf07a9d39dec314d0eec2756 (patch) | |
tree | 256308edd11c3a6acf6a107bbdda9994cd8db1b9 /korean | |
parent | 076399b59945682d4b7e91d2fe8f4fdf2995361c (diff) | |
download | ports-75c141cc7d736952bf07a9d39dec314d0eec2756.tar.gz ports-75c141cc7d736952bf07a9d39dec314d0eec2756.zip |
/bin/sh -> ${SH}
Notes
Notes:
svn path=/head/; revision=7303
Diffstat (limited to 'korean')
-rw-r--r-- | korean/hanyangfonts/Makefile | 4 | ||||
-rw-r--r-- | korean/pinetreefonts/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/korean/hanyangfonts/Makefile b/korean/hanyangfonts/Makefile index b2b2ab0b2aea..c4af91223376 100644 --- a/korean/hanyangfonts/Makefile +++ b/korean/hanyangfonts/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/30 00:04:10 max Exp $ # DISTNAME= hanyang-font-pcf @@ -40,6 +40,6 @@ do-install: ${INSTALL_DATA} fonts.dir ${PREFIX}/lib/X11/fonts/korean/hanyang post-install: - @/bin/sh ${PKGDIR}/REQ ${PKGNAME} INSTALL; + @${SH} ${PKGDIR}/REQ ${PKGNAME} INSTALL; .include <bsd.port.mk> 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> |