summaryrefslogtreecommitdiff
path: root/news/nntpclnt
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-01-10 00:57:13 +0000
committerwiz <wiz@pkgsrc.org>2000-01-10 00:57:13 +0000
commiteadd890e05b5654609b9f16c141db0d14d8e846e (patch)
tree0508ad4b3bcb11ea74b3757bf3e15e099a5dc362 /news/nntpclnt
parent818d632b2be01c51a6115075dbe432e752249adc (diff)
downloadpkgsrc-eadd890e05b5654609b9f16c141db0d14d8e846e.tar.gz
replaced a whole lot more commands with ${COMMAND}
Diffstat (limited to 'news/nntpclnt')
-rw-r--r--news/nntpclnt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/news/nntpclnt/Makefile b/news/nntpclnt/Makefile
index 1a2ee6e56db..32856b80e3e 100644
--- a/news/nntpclnt/Makefile
+++ b/news/nntpclnt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 1999/09/20 19:21:21 kim Exp $
+# $NetBSD: Makefile,v 1.9 2000/01/10 00:57:16 wiz Exp $
#
DISTNAME= nntpclnt-1.6.1
@@ -17,7 +17,7 @@ CONFIG_SH= ${FILESDIR}/config.${OPSYS}.sh
do-configure:
${SED} -e s,@PREFIX@,${PREFIX}, ${CONFIG_SH} >${WRKSRC}/config.sh
- @cd ${WRKSRC} && sh Makefile.SH && sh config.h.SH
+ @cd ${WRKSRC} && ${SH} Makefile.SH && ${SH} config.h.SH
post-build:
cd ${WRKSRC} && \