diff options
author | max <max@FreeBSD.org> | 1997-07-13 18:49:31 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-07-13 18:49:31 +0000 |
commit | d9b38f789b2ef353caeb3131574a8a7d00e6eb17 (patch) | |
tree | 90fa7ca1dda4490c9b02cdbbb089050298c3c37d /x11-fonts | |
parent | 0a12895c5a1bf7189d7dac551c80f5cec3336367 (diff) | |
download | FreeBSD-ports-d9b38f789b2ef353caeb3131574a8a7d00e6eb17.zip FreeBSD-ports-d9b38f789b2ef353caeb3131574a8a7d00e6eb17.tar.gz |
/bin/sh -> ${SH}
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/etlfonts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-fonts/etlfonts/Makefile b/x11-fonts/etlfonts/Makefile index 8e53cf2..f4e050b 100644 --- a/x11-fonts/etlfonts/Makefile +++ b/x11-fonts/etlfonts/Makefile @@ -3,7 +3,7 @@ # Date created: 3 Nov 1996 # Whom: Mita Yoshio <mita@jp.FreeBSD.org> # -# $Id: Makefile,v 1.1.1.1 1997/01/02 19:18:24 max Exp $ +# $Id: Makefile,v 1.2 1997/01/02 19:32:25 max Exp $ # DISTNAME= non-cjk @@ -21,6 +21,6 @@ post-extract: @gunzip ${WRKSRC}/*.gz post-install: - @/bin/sh ${PKGDIR}/REQ ${PKGNAME} INSTALL + @${SH} ${PKGDIR}/REQ ${PKGNAME} INSTALL .include <bsd.port.mk> |