summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authormycroft <mycroft>1998-07-10 05:24:19 +0000
committermycroft <mycroft>1998-07-10 05:24:19 +0000
commit118c07fa31931900324cbc474edebfc3dfb6ce46 (patch)
tree3ba4422b35619b45e4deb32689b032b97d858cbb /mk
parent8f9381e102464223d779946a4051365c081870e2 (diff)
downloadpkgsrc-118c07fa31931900324cbc474edebfc3dfb6ce46.tar.gz
Removing /bin/cat is rather hostile...
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 3de7958771c..eb5b30fb6d7 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.110 1998/07/09 18:18:43 hubertf Exp $
+# $NetBSD: bsd.pkg.mk,v 1.111 1998/07/10 05:24:19 mycroft Exp $
#
# This file is in the public domain.
#
@@ -976,7 +976,7 @@ _PORT_USE: .USE
${ECHO_MSG} " pkg_delete(1)."; \
exit 1; \
fi; \
- ${RM} ${CAT} ${WRKDIR}/.CONFLICT.$$$$ ; \
+ ${RM} ${WRKDIR}/.CONFLICT.$$$$ ; \
done
.endif
@if [ -d ${PKG_DBDIR}/${PKGNAME} ]; then \