[SM-Commit] GIT changes to master grimoire by Arjan Bouter (a73191971bf61613350cc7556009ae1aaf447c2d)

Arjan Bouter scm at sourcemage.org
Fri Apr 1 09:34:36 EDT 2011


GIT changes to master grimoire by Arjan Bouter <abouter at sourcemage.org>:

 x11/xdesktopwaves/HISTORY   |    3 +++
 x11/xdesktopwaves/PRE_BUILD |    6 ++++++
 2 files changed, 9 insertions(+)

New commits:
commit a73191971bf61613350cc7556009ae1aaf447c2d
Author: Arjan Bouter <abouter at sourcemage.org>
Commit: Arjan Bouter <abouter at sourcemage.org>

    xdesktopwaves: fixed directory locations in Makefile

diff --git a/x11/xdesktopwaves/HISTORY b/x11/xdesktopwaves/HISTORY
index aa14a93..bbe807e 100644
--- a/x11/xdesktopwaves/HISTORY
+++ b/x11/xdesktopwaves/HISTORY
@@ -1,3 +1,6 @@
+2011-04-01 Arjan Bouter <abouter at sourcemage.org>
+	* PRE_BUILD: added, fix dir locations
+
 2008-03-18 Eric Sandall <sandalle at 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 0000000..de657f6
--- /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



More information about the SM-Commit mailing list