diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-04 15:22:42 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-04 15:22:42 +0800 |
commit | e0682c60acabbf99b058475fca574e3ff6c0175f (patch) | |
tree | dc43b6bf705a5d251198b1c9923c1af3f7cf605a /graphics/librsvg2 | |
parent | 320cfd85c601a85a72c1f728b3b9d6f40b3884ff (diff) | |
download | freebsd-ports-gnome-e0682c60acabbf99b058475fca574e3ff6c0175f.tar.gz freebsd-ports-gnome-e0682c60acabbf99b058475fca574e3ff6c0175f.tar.zst freebsd-ports-gnome-e0682c60acabbf99b058475fca574e3ff6c0175f.zip |
Add a patch forgotten in the last commit.
Diffstat (limited to 'graphics/librsvg2')
-rw-r--r-- | graphics/librsvg2/files/patch-gimp-plugin_Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/librsvg2/files/patch-gimp-plugin_Makefile.in b/graphics/librsvg2/files/patch-gimp-plugin_Makefile.in new file mode 100644 index 000000000000..b8d240267194 --- /dev/null +++ b/graphics/librsvg2/files/patch-gimp-plugin_Makefile.in @@ -0,0 +1,11 @@ +--- gimp-plugin/Makefile.in.orig Sun Mar 23 19:17:25 2003 ++++ gimp-plugin/Makefile.in Sun Mar 23 19:17:41 2003 +@@ -103,7 +103,7 @@ + VERSION = @VERSION@ + VERSION_INFO = @VERSION_INFO@ + +-gimpdir = $(libdir)/gimp/1.3/plug-ins ++gimpdir = $(libexecdir)/gimp/1.3/plug-ins + + INCLUDES = \ + $(LIBRSVG_CFLAGS) \ |