diff options
author | wiz <wiz@pkgsrc.org> | 2000-01-10 00:57:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-01-10 00:57:13 +0000 |
commit | eadd890e05b5654609b9f16c141db0d14d8e846e (patch) | |
tree | 0508ad4b3bcb11ea74b3757bf3e15e099a5dc362 /net/ntp4 | |
parent | 818d632b2be01c51a6115075dbe432e752249adc (diff) | |
download | pkgsrc-eadd890e05b5654609b9f16c141db0d14d8e846e.tar.gz |
replaced a whole lot more commands with ${COMMAND}
Diffstat (limited to 'net/ntp4')
-rw-r--r-- | net/ntp4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ntp4/Makefile b/net/ntp4/Makefile index c2d95a0c8d6..1e02d819030 100644 --- a/net/ntp4/Makefile +++ b/net/ntp4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1999/11/14 05:23:26 fredb Exp $ +# $NetBSD: Makefile,v 1.11 2000/01/10 00:57:16 wiz Exp $ # DISTNAME= ntp-4.0.98f @@ -22,7 +22,7 @@ post-build: post-install: cd ${WRKSRC}; \ - ${RM} html/.cvsignore* 2> /dev/null || true; \ + ${RM} html/.cvsignore* 2> /dev/null || ${TRUE}; \ ${PAX} -r -w -s "/html/ntp4/" html ${DOCDIR}; \ ${PAX} -r -w -s "/conf/ntp4/" conf ${EXAMPLESDIR} ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DOCDIR}/ntp4 ${EXAMPLESDIR}/ntp4 |