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

@@ -17,12 +17,14 @@ DEPEND="media-libs/libmng > 1.0.10
dev-perl/HTML-Entities >= 3.70
"
BUILD {
BUILD()
{
cd netsurf-3.1-HEAD
make
}
INSTALL {
INSTALL()
{
cd netsurf-3.1-HEAD
make install
}