[PC-BSD Commits] r4284 - pbibuild/modules/games/glest
svn at pcbsd.org
svn at pcbsd.org
Wed Jul 29 11:46:19 PDT 2009
Author: kris
Date: 2009-07-29 11:46:18 -0700 (Wed, 29 Jul 2009)
New Revision: 4284
Modified:
pbibuild/modules/games/glest/copy-files
pbibuild/modules/games/glest/pbi.conf
Log:
Fixed up lua a bit more, looks like it has its own subdir
Modified: pbibuild/modules/games/glest/copy-files
===================================================================
--- pbibuild/modules/games/glest/copy-files 2009-07-29 16:49:59 UTC (rev 4283)
+++ pbibuild/modules/games/glest/copy-files 2009-07-29 18:46:18 UTC (rev 4284)
@@ -1,9 +1,5 @@
-/usr/local/bin/glest bin/
/usr/local/bin/lu* bin/
-/usr/local/share/glest/glest bin/glest-bin
-/usr/local/share/glest share/
-/usr/local/share/doc/glest share/doc/
/usr/local/lib/libSDL* autolibs/
-/usr/local/lib/liblu* autolibs/
+/usr/local/lib/*lua* autolibs/
/usr/local/lib/libxerces* autolibs/
/usr/local/lib/libopen* autolibs/
Modified: pbibuild/modules/games/glest/pbi.conf
===================================================================
--- pbibuild/modules/games/glest/pbi.conf 2009-07-29 16:49:59 UTC (rev 4283)
+++ pbibuild/modules/games/glest/pbi.conf 2009-07-29 18:46:18 UTC (rev 4284)
@@ -32,7 +32,7 @@
# Build Key - Change this to anything else to trigger a rebuild
# - The rebuild will take place even if port is still the same ver
-BUILDKEY="03"
+BUILDKEY="01"
PBIAUTOPOPULATE="YES"
export PBIAUTOPOPULATE
More information about the Commits
mailing list