remove spare line in yab1.7.4 recipe, changed yab-ide to use Sentence

casing, insure ~/config/settings/yab is created if it doesn't exist, fix
find and replace.
This commit is contained in:
Jim
2015-02-25 12:30:19 -08:00
parent c3e67bed79
commit 48f5476e37
2 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ COPYRIGHT="
"
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
PROVIDES="
yab = $portVersion compat =1.7.4
cmd:yab= $portVersion compat =1.7.4
@@ -47,7 +47,6 @@ BUILD()
make $jobArgs BUILDHOME=`finddir B_SYSTEM_DEVELOP_DIRECTORY`
unzip -o App_YAB.zip
copyattr App_YAB yab
}
INSTALL()