diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-04 07:22:42 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-04 07:22:42 +0000 |
commit | 399e8b51829f08dd7ac4c65f79e88b9c7764d4d0 (patch) | |
tree | 4c27250e55225ebb82f9876f60ea6a82dcd652e6 /graphics/librsvg2 | |
parent | dcb253edb89c2b441dfc6eee66c2f6dff516942f (diff) | |
download | ports-399e8b51829f08dd7ac4c65f79e88b9c7764d4d0.tar.gz ports-399e8b51829f08dd7ac4c65f79e88b9c7764d4d0.zip |
Notes
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) \ |