summaryrefslogtreecommitdiff
path: root/net/nocol
diff options
context:
space:
mode:
authorwiz <wiz>2000-01-10 00:57:13 +0000
committerwiz <wiz>2000-01-10 00:57:13 +0000
commit32b62488af95b64b782f01a90e9a27e09cee2194 (patch)
tree0508ad4b3bcb11ea74b3757bf3e15e099a5dc362 /net/nocol
parent9896357c46e56af6080641876edee093aede3c38 (diff)
downloadpkgsrc-32b62488af95b64b782f01a90e9a27e09cee2194.tar.gz
replaced a whole lot more commands with ${COMMAND}
Diffstat (limited to 'net/nocol')
-rw-r--r--net/nocol/Makefile4
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; \