pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Remove the CHECK_FILES bits during deinstall so tha...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0dc87005f756
branches: trunk
changeset: 499239:0dc87005f756
user: jlam <jlam%pkgsrc.org@localhost>
date: Fri Sep 16 06:09:02 2005 +0000
description:
Remove the CHECK_FILES bits during deinstall so that they are regenerated
from scratch during a reinstall. This makes CHECK_FILES more useful when
debugging packages with broken PLISTs.
diffstat:
mk/bsd.pkg.mk | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 498a46759d1a -r 0dc87005f756 mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk Fri Sep 16 04:30:19 2005 +0000
+++ b/mk/bsd.pkg.mk Fri Sep 16 06:09:02 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1718 2005/08/26 14:47:30 xtraeme Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1719 2005/09/16 06:09:02 jlam Exp $
#
# This file is in the public domain.
#
@@ -2927,7 +2927,9 @@
fi
. endfor
. endif # DEINSTALLDEPENDS
- @${RM} -f ${_INSTALL_COOKIE} ${_PACKAGE_COOKIE}
+ @${RM} -f ${_INSTALL_COOKIE} ${_PACKAGE_COOKIE} \
+ ${_CHECK_FILES_COOKIES} \
+ ${_CHECK_FILES_PRE} ${_CHECK_FILES_POST}
.endif # target(deinstall)
Home |
Main Index |
Thread Index |
Old Index