diff options
author | mezz <mezz@FreeBSD.org> | 2008-09-25 00:15:33 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2008-09-25 00:15:33 +0800 |
commit | 2c8d8a5d0aaf430db17330c5821b5a95577fd99b (patch) | |
tree | 0f7c1c4bee6b8862f438a772e048f1d4c67ad8df /graphics | |
parent | 3a3f75bc20080cbe6821280d7a1961f14a2e02b6 (diff) | |
download | freebsd-ports-gnome-2c8d8a5d0aaf430db17330c5821b5a95577fd99b.tar.gz freebsd-ports-gnome-2c8d8a5d0aaf430db17330c5821b5a95577fd99b.tar.zst freebsd-ports-gnome-2c8d8a5d0aaf430db17330c5821b5a95577fd99b.zip |
Fix the installation when WITH_MOZILLA_PLUGIN is defined.
PR: ports/127603
Submitted by: Barbara <barbara.xxx1975@libero.it>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/librsvg2/files/patch-moz-plugin_Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/librsvg2/files/patch-moz-plugin_Makefile.in b/graphics/librsvg2/files/patch-moz-plugin_Makefile.in index ea87781a8aab..93551c798bd0 100644 --- a/graphics/librsvg2/files/patch-moz-plugin_Makefile.in +++ b/graphics/librsvg2/files/patch-moz-plugin_Makefile.in @@ -14,7 +14,7 @@ install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES) @$(NORMAL_INSTALL) - test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)" -+@WITH_MOZILLA_TRUE@ test -z "$(plugindir)" || $(MKDIR_P) -p "$(DESTDIR)$(plugindir)" ++@WITH_MOZILLA_TRUE@ test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)" @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \ if test -f $$p; then \ f=$(am__strip_dir) \ |