diff options
Diffstat (limited to 'x11-toolkits/erlgtk/files/patch-examples_Makefile.in')
-rw-r--r-- | x11-toolkits/erlgtk/files/patch-examples_Makefile.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-toolkits/erlgtk/files/patch-examples_Makefile.in b/x11-toolkits/erlgtk/files/patch-examples_Makefile.in new file mode 100644 index 000000000000..35125c604baf --- /dev/null +++ b/x11-toolkits/erlgtk/files/patch-examples_Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- examples/Makefile.in.orig Sat Jul 19 12:03:17 2003 ++++ examples/Makefile.in Sat Jul 19 12:04:25 2003 +@@ -10,7 +10,7 @@ + + INSTALL = @INSTALL@ + +-IDIR = @prefix@/erlgtk-$(VSN) ++IDIR = @prefix@/lib/erlang/lib/erlgtk-$(VSN) + + + MODULES = \ |