From 3e5f91e24615cd6697ca01336b97c2f2b5efe7d2 Mon Sep 17 00:00:00 2001 From: jmmv Date: Mon, 12 Apr 2004 21:21:19 +0000 Subject: 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. --- x11/gtk2/modules.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'x11/gtk2') diff --git a/x11/gtk2/modules.mk b/x11/gtk2/modules.mk index d8a3ade1e23..46c1457d012 100644 --- a/x11/gtk2/modules.mk +++ b/x11/gtk2/modules.mk @@ -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 @@ DEINSTALL_EXTRA_TMPL+= ../../x11/gtk2/files/loaders.tmpl 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 -- cgit v1.2.3