summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArjan Bouter2011-04-01 15:33:40 +0200
committerArjan Bouter2011-04-01 15:33:40 +0200
commita73191971bf61613350cc7556009ae1aaf447c2d (patch)
tree258086faee2b18f9c3c47ccd3a41b073e9ad5aad
parent02864298e55bbfc44d6f76f8269a2b95b65a7cf8 (diff)
xdesktopwaves: fixed directory locations in Makefile
-rw-r--r--x11/xdesktopwaves/HISTORY3
-rwxr-xr-xx11/xdesktopwaves/PRE_BUILD6
2 files changed, 9 insertions, 0 deletions
diff --git a/x11/xdesktopwaves/HISTORY b/x11/xdesktopwaves/HISTORY
index aa14a93c8b..bbe807eee4 100644
--- a/x11/xdesktopwaves/HISTORY
+++ b/x11/xdesktopwaves/HISTORY
@@ -1,3 +1,6 @@
+2011-04-01 Arjan Bouter <abouter@sourcemage.org>
+ * PRE_BUILD: added, fix dir locations
+
2008-03-18 Eric Sandall <sandalle@sourcemage.org>
* DEPENDS: Switch X11-LIBS to the one and only xorg-libs
diff --git a/x11/xdesktopwaves/PRE_BUILD b/x11/xdesktopwaves/PRE_BUILD
new file mode 100755
index 0000000000..de657f6d9c
--- /dev/null
+++ b/x11/xdesktopwaves/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+sedit 's#/usr/X11R6/include#/usr/include/X11#' Makefile &&
+sedit 's#/usr/X11R6/lib#/usr/lib/X11#' Makefile &&
+sedit 's#/usr/X11R6/bin#/usr/bin#' Makefile &&
+sedit 's#/usr/X11R6/man#/usr/share/man#' Makefile