[PC-BSD Commits] r20445 - pbi/modules/games/starfighter
svn at pcbsd.org
svn at pcbsd.org
Mon Dec 10 07:56:55 PST 2012
Author: kenmoore
Date: 2012-12-10 15:56:55 +0000 (Mon, 10 Dec 2012)
New Revision: 20445
Modified:
pbi/modules/games/starfighter/pbi.conf
Log:
Adjust the program name for Project:Starfighter to remove the "Project:" (it causes havoc with the directory names and such to have a ":" in it)
Modified: pbi/modules/games/starfighter/pbi.conf
===================================================================
--- pbi/modules/games/starfighter/pbi.conf 2012-12-10 15:52:52 UTC (rev 20444)
+++ pbi/modules/games/starfighter/pbi.conf 2012-12-10 15:56:55 UTC (rev 20445)
@@ -2,7 +2,7 @@
# PBI Build Configuration
# -- Program Information --
-PBI_PROGNAME="Project: Starfighter"
+PBI_PROGNAME="Starfighter"
PBI_PROGWEB="http://sourceforge.net/projects/pr-starfighter/"
PBI_PROGAUTHOR="nemysis at gmx.ch"
PBI_PROGICON="starfighter.png"
@@ -16,7 +16,7 @@
# -- Require Root Permissions to Install PBI --
PBI_REQUIRESROOT="NO"
# -- Auto-build Configuration Options --
-PBI_BUILDKEY="00"
+PBI_BUILDKEY="01"
PBI_AB_PRIORITY="00"
PBI_AB_NOTMPFS="NO"
More information about the Commits
mailing list