summaryrefslogtreecommitdiffstats
path: root/share/mk
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1996-08-25 21:07:38 +0000
committerwosch <wosch@FreeBSD.org>1996-08-25 21:07:38 +0000
commit65c6835b81ce9315023a1772a223a2a362901ac5 (patch)
tree6d1d4d61519e719cade19e1f489d11e36a12ec6b /share/mk
parent1674f39a2656f20c162b12572d12d9ed4e0c4776 (diff)
downloadFreeBSD-src-65c6835b81ce9315023a1772a223a2a362901ac5.zip
FreeBSD-src-65c6835b81ce9315023a1772a223a2a362901ac5.tar.gz
/bin/echo -> ${ECHO}
/usr/bin/sed -> ${SED}
Diffstat (limited to 'share/mk')
-rw-r--r--share/mk/bsd.port.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.port.mk b/share/mk/bsd.port.mk
index b1f0b94..c5f3539 100644
--- a/share/mk/bsd.port.mk
+++ b/share/mk/bsd.port.mk
@@ -3,7 +3,7 @@
# bsd.port.mk - 940820 Jordan K. Hubbard.
# This file is in the public domain.
#
-# $Id: bsd.port.mk,v 1.222 1996/08/20 10:00:33 asami Exp $
+# $Id: bsd.port.mk,v 1.223 1996/08/24 09:28:48 asami Exp $
#
# Please view me with 4 column tabs!
@@ -1221,7 +1221,7 @@ misc-depends:
.if !target(depends-list)
depends-list:
@for i in ${FETCH_DEPENDS} ${BUILD_DEPENDS} ${LIB_DEPENDS} ${DEPENDS}; do \
- dir=`/bin/echo $$i | /usr/bin/sed -e 's/.*://'`; \
+ dir=`${ECHO} $$i | ${SED} -e 's/.*://'`; \
(cd $$dir ; ${MAKE} package-name depends-list); \
done
.endif
OpenPOWER on IntegriCloud