[PC-BSD Commits] r13078 - pbi/modules/games/hedgewars
svn at pcbsd.org
svn at pcbsd.org
Mon Oct 3 07:25:46 PDT 2011
Author: kenmoore
Date: 2011-10-03 07:25:46 -0700 (Mon, 03 Oct 2011)
New Revision: 13078
Modified:
pbi/modules/games/hedgewars/pbi.conf
Log:
Hedgewars PBI module was missing the PBI_MAKEPORT entry; fixed it.
Modified: pbi/modules/games/hedgewars/pbi.conf
===================================================================
--- pbi/modules/games/hedgewars/pbi.conf 2011-10-03 14:22:17 UTC (rev 13077)
+++ pbi/modules/games/hedgewars/pbi.conf 2011-10-03 14:25:46 UTC (rev 13078)
@@ -20,5 +20,7 @@
# PBI Update URL set to "" or the http:// URL of update checker
PBI_UPDATEURL="http://update.pbidir.com"
+
+PBI_MAKEPORT="games/hedgewars"
-export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_UPDATEURL
+export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_UPDATEURL PBI_MAKEPORT
More information about the Commits
mailing list