pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/gtk2 Remove the module databases during post-insta...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7b774931f7b7
branches:  trunk
changeset: 499240:7b774931f7b7
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Sep 16 06:10:15 2005 +0000

description:
Remove the module databases during post-install since they're created
the +INSTALL script as part of the POST-INSTALL action.  This makes this
package pass CHECK_FILES=yes.  No changes to the binary package.

diffstat:

 x11/gtk2/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 0dc87005f756 -r 7b774931f7b7 x11/gtk2/Makefile
--- a/x11/gtk2/Makefile Fri Sep 16 06:09:02 2005 +0000
+++ b/x11/gtk2/Makefile Fri Sep 16 06:10:15 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.91 2005/08/25 21:04:10 jmmv Exp $
+# $NetBSD: Makefile,v 1.92 2005/09/16 06:10:15 jlam Exp $
 #
 
 DISTNAME=              gtk+-2.6.10
@@ -65,7 +65,12 @@
 USE_TOOLS+=            gawk
 .endif
 
+# We remove the module databases during post-install since we create them
+# anew in the +INSTALL script as part of the POST-INSTALL action.
+#
 post-install:
+       ${RM} -f ${GTK_IMMODULES_DB}
+       ${RM} -f ${GDK_PIXBUF_LOADERS_DB}
        ${INSTALL_DATA_DIR} ${PREFIX}/lib/gtk-2.0/modules
        ${INSTALL_DATA_DIR} ${PREFIX}/lib/gtk-2.0/2.4.0/filesystems
 



Home | Main Index | Thread Index | Old Index