summaryrefslogtreecommitdiffstats
path: root/education/tuxmath/BUILD
diff options
context:
space:
mode:
authorDale E. Edmons2008-02-20 21:59:52 -0800
committerDale E. Edmons2008-02-20 21:59:52 -0800
commitc3daedcb9fdedb72313cc7b110081c69b767a4ee (patch)
tree4f722e9bed46944fbd68433d79178c5b30a18166 /education/tuxmath/BUILD
parentdcaed838c8fc9bace31bbaf9f9e8e4b6b95ec1b4 (diff)
Moved games/edutainment to test/education.
Diffstat (limited to 'education/tuxmath/BUILD')
-rwxr-xr-xeducation/tuxmath/BUILD11
1 files changed, 11 insertions, 0 deletions
diff --git a/education/tuxmath/BUILD b/education/tuxmath/BUILD
new file mode 100755
index 0000000000..320f996d45
--- /dev/null
+++ b/education/tuxmath/BUILD
@@ -0,0 +1,11 @@
+(
+
+ sedit "s:/local::" Makefile
+ sedit "s/-O2/$CFLAGS/" Makefile
+ sedit "s:/usr/bin/:/usr/games/:" Makefile
+ make &&
+ prepare_install &&
+ mkdir -p ${INSTALL_ROOT}/usr/games &&
+ make install
+
+) > $C_FIFO 2>&1