[PC-BSD Commits] r13135 - pbi/modules/games/flightgear
svn at pcbsd.org
svn at pcbsd.org
Wed Oct 5 05:38:02 PDT 2011
Author: kris
Date: 2011-10-05 05:38:02 -0700 (Wed, 05 Oct 2011)
New Revision: 13135
Modified:
pbi/modules/games/flightgear/external-links
pbi/modules/games/flightgear/pbi.conf
Log:
Fix a missing fgrun wrapper and rebuild
Modified: pbi/modules/games/flightgear/external-links
===================================================================
--- pbi/modules/games/flightgear/external-links 2011-10-05 12:25:01 UTC (rev 13134)
+++ pbi/modules/games/flightgear/external-links 2011-10-05 12:38:02 UTC (rev 13135)
@@ -8,4 +8,4 @@
#include/libfoo.h include/libfoo.h replace
#bin/appfoo bin/appfoo binary,nocrash
#bin/appfoo2 bin/appfoo-test binary
-
+bin/fgrun bin/fgrun binary,nocrash
Modified: pbi/modules/games/flightgear/pbi.conf
===================================================================
--- pbi/modules/games/flightgear/pbi.conf 2011-10-05 12:25:01 UTC (rev 13134)
+++ pbi/modules/games/flightgear/pbi.conf 2011-10-05 12:38:02 UTC (rev 13135)
@@ -24,5 +24,7 @@
# Ports to build before / after
PBI_MKPORTBEFORE=""
PBI_MKPORTAFTER="games/fgrun"
+
+PBI_BUILDKEY="02"
-export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT PBI_MKPORTBEFORE PBI_MKPORTAFTER
+export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT PBI_MKPORTBEFORE PBI_MKPORTAFTER PBI_BUILDKEY
More information about the Commits
mailing list