[PC-BSD Commits] r13143 - in pbi/modules/games/fretsonfire: . resources scripts
svn at pcbsd.org
svn at pcbsd.org
Wed Oct 5 07:39:49 PDT 2011
Author: kenmoore
Date: 2011-10-05 07:39:49 -0700 (Wed, 05 Oct 2011)
New Revision: 13143
Removed:
pbi/modules/games/fretsonfire/resources/bin/
pbi/modules/games/fretsonfire/resources/share/
Modified:
pbi/modules/games/fretsonfire/pbi.conf
pbi/modules/games/fretsonfire/scripts/post-install.sh
Log:
Remove some stuff accidentally copied from the deluge module and rebuild fretsonfire
Modified: pbi/modules/games/fretsonfire/pbi.conf
===================================================================
--- pbi/modules/games/fretsonfire/pbi.conf 2011-10-05 14:38:14 UTC (rev 13142)
+++ pbi/modules/games/fretsonfire/pbi.conf 2011-10-05 14:39:49 UTC (rev 13143)
@@ -21,6 +21,6 @@
# The target port we are building
PBI_MAKEPORT="games/fretsonfire"
-PBI_BUILDKEY="04"; export PBI_BUILDKEY
+PBI_BUILDKEY="05"; export PBI_BUILDKEY
export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT
Modified: pbi/modules/games/fretsonfire/scripts/post-install.sh
===================================================================
--- pbi/modules/games/fretsonfire/scripts/post-install.sh 2011-10-05 14:38:14 UTC (rev 13142)
+++ pbi/modules/games/fretsonfire/scripts/post-install.sh 2011-10-05 14:39:49 UTC (rev 13143)
@@ -1,8 +1,7 @@
#!/bin/sh
-sed -i.bak "s,/usr/bin/env python,${PBI_PROGDIRPATH}/bin/python,g"
-${PBI_PROGDIRPATH}/bin/FretsOnFire
+sed -i.bak "s,/usr/bin/env python,${PBI_PROGDIRPATH}/bin/python,g" ${PBI_PROGDIRPATH}/bin/FretsOnFire
chmod 755 ${PBI_PROGDIRPATH}/bin/*
More information about the Commits
mailing list