pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/gtk2 During print-PLIST, suppress any files instal...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4d23b30e547d
branches:  trunk
changeset: 472840:4d23b30e547d
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Mon Apr 12 21:21:19 2004 +0000

description:
During print-PLIST, suppress any files installed under libdata/gtk-2.0, and
the directory itself, as they are automatically handled during post install
by this package.

diffstat:

 x11/gtk2/modules.mk |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 109e4dbbc6f1 -r 4d23b30e547d x11/gtk2/modules.mk
--- a/x11/gtk2/modules.mk       Mon Apr 12 21:16:37 2004 +0000
+++ b/x11/gtk2/modules.mk       Mon Apr 12 21:21:19 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: modules.mk,v 1.6 2004/02/12 15:31:56 minskim Exp $
+# $NetBSD: modules.mk,v 1.7 2004/04/12 21:21:19 jmmv Exp $
 #
 # This Makefile fragment is intended to be included by packages that install
 # GTK2 modules.  It takes care of rebuilding the corresponding databases at
@@ -33,6 +33,9 @@
 USE_PKGINSTALL=                YES
 .endif
 
+PRINT_PLIST_AWK+=      /^libdata\/gtk-2.0/ { next; }
+PRINT_PLIST_AWK+=      /^@dirrm libdata\/gtk-2.0/ { next; }
+
 .if defined(USE_BUILDLINK3) && !empty(USE_BUILDLINK3:M[Yy][Ee][Ss])
 .include "../../x11/gtk2/buildlink3.mk"
 .else



Home | Main Index | Thread Index | Old Index