[PC-BSD Commits] r12798 - in pbi/modules/games/frozenbubble: . scripts
svn at pcbsd.org
svn at pcbsd.org
Thu Sep 15 07:44:16 PDT 2011
Author: kenmoore
Date: 2011-09-15 07:44:16 -0700 (Thu, 15 Sep 2011)
New Revision: 12798
Modified:
pbi/modules/games/frozenbubble/pbi.conf
pbi/modules/games/frozenbubble/scripts/post-install.sh
Log:
Fix the install script for frozenbubble and rebuild
Modified: pbi/modules/games/frozenbubble/pbi.conf
===================================================================
--- pbi/modules/games/frozenbubble/pbi.conf 2011-09-15 14:38:16 UTC (rev 12797)
+++ pbi/modules/games/frozenbubble/pbi.conf 2011-09-15 14:44:16 UTC (rev 12798)
@@ -21,6 +21,6 @@
# The target port we are building
PBI_MAKEPORT="games/frozenbubble"
-PBI_BUILDKEY="02"; export PBI_BUILDKEY
+PBI_BUILDKEY="03"; export PBI_BUILDKEY
export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT
Modified: pbi/modules/games/frozenbubble/scripts/post-install.sh
===================================================================
--- pbi/modules/games/frozenbubble/scripts/post-install.sh 2011-09-15 14:38:16 UTC (rev 12797)
+++ pbi/modules/games/frozenbubble/scripts/post-install.sh 2011-09-15 14:44:16 UTC (rev 12798)
@@ -1,13 +1,13 @@
#!/bin/sh
-sed -i.bak "s,/usr/bin/perl,${PBI_TARGETFULLDIR}/bin/perl,g" ${PBI_PROGDIRPATH}/bin/frozen-bubble
+sed -i.bak "s,/usr/bin/perl,${PBI_PROGDIRPATH}/bin/perl,g" ${PBI_PROGDIRPATH}/bin/frozen-bubble
-sed -i.bak "s,/usr/bin/perl,${PBI_TARGETFULLDIR}/bin/perl,g" ${PBI_PROGDIRPATH}/bin/frozen-bubble-editor
+sed -i.bak "s,/usr/bin/perl,${PBI_PROGDIRPATH}/bin/perl,g" ${PBI_PROGDIRPATH}/bin/frozen-bubble-editor
-sed -i.bak "s,CHANGEME,${PBI_TARGETFULLDIR},g" ${PBI_PROGDIRPATH}/bin/frozen-bubble.sh
+sed -i.bak "s,CHANGEME,${PBI_PROGDIRPATH},g" ${PBI_PROGDIRPATH}/bin/frozen-bubble.sh
-sed -i.bak "s,CHANGEME,${PBI_TARGETFULLDIR},g" ${PBI_PROGDIRPATH}/bin/frozen-bubble-editor.sh
+sed -i.bak "s,CHANGEME,${PBI_PROGDIRPATH},g" ${PBI_PROGDIRPATH}/bin/frozen-bubble-editor.sh
chmod 755 ${PBI_PROGDIRPATH}/bin/*
More information about the Commits
mailing list