summaryrefslogtreecommitdiff
path: root/multimedia/gstreamer
diff options
context:
space:
mode:
authorjmmv <jmmv>2004-04-12 21:31:36 +0000
committerjmmv <jmmv>2004-04-12 21:31:36 +0000
commit6b1ac49996e24573973f89fbec44fc5f87d8827d (patch)
tree6f4231fbaf999896b39c2ee9237695971058e4a9 /multimedia/gstreamer
parent5e7c1eec36ccaec0985db2556d0a638a9f40cec7 (diff)
downloadpkgsrc-6b1ac49996e24573973f89fbec44fc5f87d8827d.tar.gz
During print-PLIST, suppress all entries for files under libdata/gstreamer-0.8
as they are handled during post install by this package. Also output a comment about the lib/gstreamer-0.8 directory beeing handled in this package.
Diffstat (limited to 'multimedia/gstreamer')
-rw-r--r--multimedia/gstreamer/plugins.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/multimedia/gstreamer/plugins.mk b/multimedia/gstreamer/plugins.mk
index f003976a0a6..71ed79fa3fe 100644
--- a/multimedia/gstreamer/plugins.mk
+++ b/multimedia/gstreamer/plugins.mk
@@ -1,4 +1,4 @@
-# $NetBSD: plugins.mk,v 1.1 2004/04/06 09:30:01 jmmv Exp $
+# $NetBSD: plugins.mk,v 1.2 2004/04/12 21:31:36 jmmv Exp $
#
# This Makefile fragment is intended to be included by packages that install
# GStreamer modules. It takes care of rebuilding the corresponding databases
@@ -19,6 +19,11 @@ INSTALL_EXTRA_TMPL+= ../../multimedia/gstreamer/files/plugins.tmpl
DEINSTALL_EXTRA_TMPL+= ../../multimedia/gstreamer/files/plugins.tmpl
USE_PKGINSTALL= YES
+PRINT_PLIST_AWK+= /^libdata\/gstreamer-0.8/ { next; }
+PRINT_PLIST_AWK+= /^@dirrm libdata\/gstreamer-0.8/ { next; }
+PRINT_PLIST_AWK+= /^@dirrm lib\/gstreamer-0.8$$/ \
+ { print "@comment in gstreamer: " $$0; next; }
+
.if defined(_GSTREAMER_NO_DEPEND)
BUILDLINK_PREFIX.gstreamer= ${LOCALBASE}
.else