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/nocol | |
parent | 818d632b2be01c51a6115075dbe432e752249adc (diff) | |
download | pkgsrc-eadd890e05b5654609b9f16c141db0d14d8e846e.tar.gz |
replaced a whole lot more commands with ${COMMAND}
Diffstat (limited to 'net/nocol')
-rw-r--r-- | net/nocol/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/nocol/Makefile b/net/nocol/Makefile index 8b7cb011f4d..60500aadd3e 100644 --- a/net/nocol/Makefile +++ b/net/nocol/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/12/06 21:09:12 abs Exp $ +# $NetBSD: Makefile,v 1.6 2000/01/10 00:57:16 wiz Exp $ # DISTNAME= nocol-4.2.2beta4 @@ -16,7 +16,7 @@ INSTALL_TARGET= install root post-patch: @(hostname=`/bin/hostname`; \ dir=""; \ - for d in /usr/bin /usr/sbin `${ECHO} $$PATH | tr ':' ' '`; do \ + for d in /usr/bin /usr/sbin `${ECHO} $$PATH | ${TR} ':' ' '`; do \ if [ -x $$d/host ]; then \ dir=$$d; \ break; \ |