freebsd-ports/x11-wm/windowmaker/files/patch-WindowMaker-Defaults-Makefile.in
Hiroki Sato 66732e092d Update to 0.95.7. Changes include:
- Window snapping (maximize a window to a side or corder of the screen) by
  dragging is now supported.

- It is now possible to customize behavior when a maximized window is
  dragged.

- A knob is added to globally ignore decoration hints from GNOME
  appications.

- A ICCCM protocol for window manager replacement has been supported.
2015-10-06 05:12:56 +00:00

13 lines
478 B
Text

--- WindowMaker/Defaults/Makefile.in.orig 2015-10-06 04:12:10 UTC
+++ WindowMaker/Defaults/Makefile.in
@@ -542,7 +542,9 @@ WMWindowAttributes: $(srcdir)/WMWindowAt
chmod 644 WMWindowAttributes
WindowMaker: $(srcdir)/WindowMaker.in
- $(AM_V_GEN)sed -e "s:#pkgdatadir#:$(pkgdatadir):" $(srcdir)/WindowMaker.in \
+ $(AM_V_GEN)sed -e "s:#pkgdatadir#:$(pkgdatadir):" \
+ -e "s:#prefix#:$(prefix):" \
+ $(srcdir)/WindowMaker.in \
> WindowMaker ; \
chmod 644 WindowMaker