1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00

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
This commit is contained in:
Jeremy Messenger 2005-01-28 23:30:35 +00:00
parent 3c3ce396ec
commit 6ec7e20f3f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127573

View File

@ -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 = \