diff options
author | wiz <wiz@pkgsrc.org> | 2000-01-09 01:39:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-01-09 01:39:37 +0000 |
commit | c214623d36031dad7b2644a99f8b9b0b8d41d749 (patch) | |
tree | 4f0513d478775ff8263b7a0f9c07772dbee8f487 /mbone/nte/Makefile | |
parent | 188035c823d74a0c328734bbdd7aad4af0ef13ba (diff) | |
download | pkgsrc-c214623d36031dad7b2644a99f8b9b0b8d41d749.tar.gz |
sh -> ${SH}
Diffstat (limited to 'mbone/nte/Makefile')
-rw-r--r-- | mbone/nte/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mbone/nte/Makefile b/mbone/nte/Makefile index 62d82b95db2..e73161176f3 100644 --- a/mbone/nte/Makefile +++ b/mbone/nte/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 1999/05/24 20:39:45 tv Exp $ +# $NetBSD: Makefile,v 1.18 2000/01/09 01:39:37 wiz Exp $ # DISTNAME= nt.1.5a23 @@ -25,7 +25,7 @@ USE_GMAKE= yes MAKE_ENV= TK_SRC=${TK_SRC} do-configure: - cd ${WRKSRC}/netbsd && sh configure + cd ${WRKSRC}/netbsd && ${SH} configure .include "../../mk/bsd.pkg.mk" |