aboutsummaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2005-01-28 23:30:35 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2005-01-28 23:30:35 +0000
commit6ec7e20f3f2261ed7efcab2e2afeddada01b90f5 (patch)
treebaa57357bc8243d7b8691a235a46f41813edf80a /multimedia
parent3c3ce396ec6cb391ea652c888e9fff3a7e7ded77 (diff)
downloadports-6ec7e20f3f2261ed7efcab2e2afeddada01b90f5.tar.gz
ports-6ec7e20f3f2261ed7efcab2e2afeddada01b90f5.zip
Do not create mozilla plugin directory unless it is enable. By default, it is
disable. This should fix the pkg-plist issue for both totem and totem-gstreamer. Bump is not need, because totem doesn't even try to delete this directory anyway. Approved by: Hendrik Scholz <hendrik@scholz.net> (maintainer) Reported by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=127573
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/totem/files/patch-src::Makefile.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/multimedia/totem/files/patch-src::Makefile.in b/multimedia/totem/files/patch-src::Makefile.in
new file mode 100644
index 000000000000..88baa73c4532
--- /dev/null
+++ b/multimedia/totem/files/patch-src::Makefile.in
@@ -0,0 +1,12 @@
+--- src/Makefile.in.orig Thu Jan 13 13:03:04 2005
++++ src/Makefile.in Thu Jan 13 13:04:42 2005
+@@ -236,7 +236,8 @@
+
+ totem_mozilla_viewer_LDADD = $(X_LIBS) $(EXTRA_GNOME_LIBS) $(XTEST_LIBS) $(RANDR_LIBS) $(NVTV_LIBS)
+
+-plugindir = $(libdir)/mozilla/plugins/
++@HAVE_MOZILLA_FALSE@plugindir =
++@HAVE_MOZILLA_TRUE@plugindir = $(libdir)/mozilla/plugins/
+ module_flags = -export_dynamic -avoid-version
+
+ vanity_SOURCES = \