summaryrefslogtreecommitdiff
path: root/mbone/nte
diff options
context:
space:
mode:
authorwiz <wiz>2000-01-09 01:39:37 +0000
committerwiz <wiz>2000-01-09 01:39:37 +0000
commit5d4c87d3cd35d9d54127b77173aae13f10824dd0 (patch)
tree4f0513d478775ff8263b7a0f9c07772dbee8f487 /mbone/nte
parent1618e91e6fde1be10840dabeb9e23b702e8fd8cd (diff)
downloadpkgsrc-5d4c87d3cd35d9d54127b77173aae13f10824dd0.tar.gz
sh -> ${SH}
Diffstat (limited to 'mbone/nte')
-rw-r--r--mbone/nte/Makefile4
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"