New commits:
commit fa7be6bb0ac295863a253363892b69b5d64193b7
Author: Martin Spitzbarth <m.spitzbarth AT gmx.de>
Commit: Martin Spitzbarth <m.spitzbarth AT gmx.de>
ide-smart: Use make -B, install manpages to usr/share/man. Fixes bug#14266
diff --git a/disk/ide-smart/BUILD b/disk/ide-smart/BUILD
index 06e2384..e55d438 100755
--- a/disk/ide-smart/BUILD
+++ b/disk/ide-smart/BUILD
@@ -1,3 +1,2 @@
-sedit "s:INSTALL_PREFIX=/usr/local:INSTALL_PREFIX=${INSTALL_ROOT}/usr:"
Makefile &&
-rm ide-smart &&
-make
+# The tarball ships with precompiled binaries. Force make to recompile using
-B
+make -B
diff --git a/disk/ide-smart/HISTORY b/disk/ide-smart/HISTORY
index b205cd9..ec77414 100644
--- a/disk/ide-smart/HISTORY
+++ b/disk/ide-smart/HISTORY
@@ -1,3 +1,9 @@
+2008-02-03 Martin Spitzbarth <m.spitzbarth AT gmx.de>
+ * BUILD: moved a sed command to PRE_BUILD,
+ force compilation by using make -B (Bug #14266)
+ * PRE_BUILD: created, moved a sed command here from BUILD,
+ install manpages to usr/share/man instead of usr/man
+
2008-01-16 Ethan "eekee" Grammatikidis <eekee57 AT fastmail.fm>
* DETAILS: Fixed SOURCE_URL[0] to use $SOURCE