[PC-BSD Commits] r5671 - pbibuild/modules/games/openmortal
svn at pcbsd.org
svn at pcbsd.org
Sun Dec 20 08:36:43 PST 2009
Author: kris
Date: 2009-12-20 08:36:43 -0800 (Sun, 20 Dec 2009)
New Revision: 5671
Modified:
pbibuild/modules/games/openmortal/pbi.conf
Log:
Fixed openmortal, needs perl
Modified: pbibuild/modules/games/openmortal/pbi.conf
===================================================================
--- pbibuild/modules/games/openmortal/pbi.conf 2009-12-20 16:35:48 UTC (rev 5670)
+++ pbibuild/modules/games/openmortal/pbi.conf 2009-12-20 16:36:43 UTC (rev 5671)
@@ -32,6 +32,10 @@
# 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
+
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list