diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2008-09-24 16:15:33 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2008-09-24 16:15:33 +0000 |
commit | 4f10850ed81ef6d3c798a145b6a75855fa099617 (patch) | |
tree | dd12c7aa728eec30f00b9f321efe3c9f71204fa8 /graphics/librsvg2 | |
parent | 46bab7d0c33b44355da0da888798c5b088e2eaf1 (diff) | |
download | ports-4f10850ed81ef6d3c798a145b6a75855fa099617.tar.gz ports-4f10850ed81ef6d3c798a145b6a75855fa099617.zip |
Notes
Diffstat (limited to 'graphics/librsvg2')
-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) \ |