diff options
Diffstat (limited to 'graphics/graphopt/files/patch-pixmaps_Makefile.in')
-rw-r--r-- | graphics/graphopt/files/patch-pixmaps_Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/graphopt/files/patch-pixmaps_Makefile.in b/graphics/graphopt/files/patch-pixmaps_Makefile.in new file mode 100644 index 000000000000..72034c271f50 --- /dev/null +++ b/graphics/graphopt/files/patch-pixmaps_Makefile.in @@ -0,0 +1,11 @@ +--- pixmaps/Makefile.in.orig 2003-05-07 15:10:47 UTC ++++ pixmaps/Makefile.in +@@ -67,7 +67,7 @@ PACKAGE = @PACKAGE@ + RANLIB = @RANLIB@ + VERSION = @VERSION@ + +-pixmapdir = $(prefix)/share/pixmaps/graphopt ++pixmapdir = $(prefix)/share/graphopt/pixmaps + + pixmap_DATA = export.xpm \ + import.xpm \ |