Convert some remaining bep syntax to shell syntax

This commit is contained in:
François Revol
2013-12-07 02:00:02 +01:00
parent 086409baaf
commit 72ac1f84c6
13 changed files with 54 additions and 27 deletions

View File

@@ -5,12 +5,14 @@ REVISION="1"
STATUS_HAIKU="stable"
DEPEND="dev-libs/libparserutils >= 0.1.1"
BUILD {
BUILD()
{
cd libcss-0.2.0-HEAD
make PREFIX=/boot/common
}
INSTALL {
INSTALL()
{
cd libcss-0.2.0-HEAD
make install PREFIX=/boot/common
}