summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1999-08-21 19:27:27 +0000
committerhubertf <hubertf@pkgsrc.org>1999-08-21 19:27:27 +0000
commit58dd80e8d7fa515262b0eb9f8f647d983e6b6f2a (patch)
tree36f1870a98b8c47c635a24f5d5098a24292d62b2 /mk
parentbad68a800517e22ebf31a1b517aa45144bb48792 (diff)
downloadpkgsrc-58dd80e8d7fa515262b0eb9f8f647d983e6b6f2a.tar.gz
s/ECHO_CMD/ECHO/
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 69854137258..069eb23d3cd 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.317 1999/08/21 01:17:59 hubertf Exp $
+# $NetBSD: bsd.pkg.mk,v 1.318 1999/08/21 19:27:27 hubertf Exp $
#
# This file is in the public domain.
#
@@ -1549,7 +1549,7 @@ root-deinstall:
${_PKG_SILENT}${_PKG_DEBUG} \
found=`${PKG_INFO} -e "${PKGNAME:C/-[^-]*$/-[0-9]*/}" || ${TRUE}` ; \
if [ "$$found" != "" ]; then \
- ${ECHO_CMD} ${PKG_DELETE} ${root-install-flags} $$found || ${TRUE} ; \
+ ${ECHO} Running ${PKG_DELETE} ${root-install-flags} $$found ; \
${PKG_DELETE} ${root-install-flags} $$found || ${TRUE} ; \
fi
@${RM} -f ${INSTALL_COOKIE} ${PACKAGE_COOKIE}