[PC-BSD Commits] r1307 - pbibuild/modules/scorched3d
svn at pcbsd.org
svn at pcbsd.org
Sun Feb 3 17:18:12 PST 2008
Author: kris
Date: 2008-02-03 17:18:11 -0800 (Sun, 03 Feb 2008)
New Revision: 1307
Modified:
pbibuild/modules/scorched3d/pbi.conf
Log:
Fixed the file naming for scorched3d
Modified: pbibuild/modules/scorched3d/pbi.conf
===================================================================
--- pbibuild/modules/scorched3d/pbi.conf 2008-02-03 23:22:34 UTC (rev 1306)
+++ pbibuild/modules/scorched3d/pbi.conf 2008-02-04 01:18:11 UTC (rev 1307)
@@ -30,8 +30,12 @@
# Enter your custom make options here
MAKEOPTS=""
+# If this port has a non-standard port version variable in Makefile, then
+# list the key here such as "OOOVERSION="
+VERKEY="SCORCH_VERSION="
+
# 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="01"
+BUILDKEY="21"
-export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
+export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY VERKEY
More information about the Commits
mailing list