diff options
author | cjep <cjep@pkgsrc.org> | 2003-01-04 12:44:07 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-01-04 12:44:07 +0000 |
commit | df0d563e7b765f931e15baa9018c766b13d1789e (patch) | |
tree | b6213ee28804a5c669141ab76f6161f2a394a8b8 | |
parent | ab1bc0b26664409a876c08dc2a79db22a4663cde (diff) | |
download | pkgsrc-df0d563e7b765f931e15baa9018c766b13d1789e.tar.gz |
Use SH rather than SHELL.
-rw-r--r-- | emulators/minivmac/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/minivmac/Makefile b/emulators/minivmac/Makefile index 212472d319b..f0a3989e8fd 100644 --- a/emulators/minivmac/Makefile +++ b/emulators/minivmac/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/10/15 12:39:12 kei Exp $ +# $NetBSD: Makefile,v 1.2 2003/01/04 12:44:07 cjep Exp $ DISTNAME= minivmac-0.1.7.src PKGNAME= minivmac-0.1.7 @@ -20,7 +20,7 @@ DOCDIR= ${PREFIX}/share/doc/html/minivmac do-build: cd ${WRKSRC}/tool/bash; \ - ${SETENV} ${SCRIPTS_ENV} ${SHELL} build + ${SETENV} ${SCRIPTS_ENV} ${SH} build do-install: ${INSTALL_PROGRAM} ${WRKSRC}/drv/minivmac ${PREFIX}/bin; \ |