[PC-BSD Commits] r5669 - pbibuild/modules/games/frozenbubble
svn at pcbsd.org
svn at pcbsd.org
Sun Dec 20 07:30:32 PST 2009
Author: kris
Date: 2009-12-20 07:30:32 -0800 (Sun, 20 Dec 2009)
New Revision: 5669
Modified:
pbibuild/modules/games/frozenbubble/copy-files
pbibuild/modules/games/frozenbubble/pbi.conf
Log:
Fix frozenbubble,needs to include perl
Modified: pbibuild/modules/games/frozenbubble/copy-files
===================================================================
--- pbibuild/modules/games/frozenbubble/copy-files 2009-12-20 15:27:57 UTC (rev 5668)
+++ pbibuild/modules/games/frozenbubble/copy-files 2009-12-20 15:30:32 UTC (rev 5669)
@@ -1,16 +0,0 @@
-/usr/local/bin/frozen* bin/
-/usr/local/libexec/frozenbubble/fb* bin/
-/usr/local/bin/per* bin/
-/usr/local/bin/sdl* bin/
-/usr/local/bin/pango* bin/
-/usr/local/lib/libSD* autolibs/
-/usr/local/lib/libmi* autolibs/
-/usr/local/lib/libsmpeg* autolibs/
-/usr/local/lib/libvor* autolibs/
-/usr/local/lib/libo* autolibs/
-/usr/local/lib/*gtk* autolibs/
-/usr/local/lib/*pango* autolibs/
-/usr/local/share/frozenbubble share/
-/usr/local/lib/perl5 autolibs/
-/usr/local/etc/pango* etc/
-/usr/local/etc/gtk* etc/
Modified: pbibuild/modules/games/frozenbubble/pbi.conf
===================================================================
--- pbibuild/modules/games/frozenbubble/pbi.conf 2009-12-20 15:27:57 UTC (rev 5668)
+++ pbibuild/modules/games/frozenbubble/pbi.conf 2009-12-20 15:30:32 UTC (rev 5669)
@@ -32,8 +32,12 @@
# 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="02"
+BUILDKEY="01"
+# By default we prune any perl files used for building,
+# Set this to NO to keep any perl files in the resulting PBI
+PBIPRUNEPERL="NO" ; export PBIPRUNEPERL
+
# If this port has a non-standard port version variable in Makefile, then
# list the key here such as "OOOVERSION="
VERKEY=""
More information about the Commits
mailing list