summaryrefslogtreecommitdiff
path: root/mk/install
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-02-25 01:03:44 +0000
committerjoerg <joerg@pkgsrc.org>2010-02-25 01:03:44 +0000
commit64a32682ffd784fd8874f48259f12f7be990f392 (patch)
treedd8766156c6e17686d407d0d0bd2dd961edb34bd /mk/install
parent61290c70ad83078db306994841e46b3f1e58eeda (diff)
downloadpkgsrc-64a32682ffd784fd8874f48259f12f7be990f392.tar.gz
Rename internal package-clean target to package-eat-cookie.
Diffstat (limited to 'mk/install')
-rw-r--r--mk/install/install.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/install/install.mk b/mk/install/install.mk
index 978ee07df66..fd14d25baf4 100644
--- a/mk/install/install.mk
+++ b/mk/install/install.mk
@@ -1,4 +1,4 @@
-# $NetBSD: install.mk,v 1.58 2010/02/24 22:53:34 joerg Exp $
+# $NetBSD: install.mk,v 1.59 2010/02/25 01:03:44 joerg Exp $
#
# This file provides the code for the "install" phase.
#
@@ -388,5 +388,5 @@ privileged-install-hook: .PHONY
### install-clean removes the state files for the "install" and
### later phases so that the "install" target may be re-invoked.
###
-install-clean: .PHONY package-clean check-clean _flavor-install-clean
+install-clean: .PHONY package-eat-cookie check-clean _flavor-install-clean
${RUN} ${RM} -f ${PLIST} ${_COOKIE.install} ${_DEPENDS_PLIST}