mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 13:38:52 +02:00
Convert some remaining bep syntax to shell syntax
This commit is contained in:
@@ -6,12 +6,14 @@ REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
|
||||
BUILD {
|
||||
BUILD()
|
||||
{
|
||||
cd fatsort-0.9.17.269
|
||||
make CFLAGS="-include /boot/develop/headers/posix/stdint.h" LDFLAGS=-ltextencoding
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
INSTALL()
|
||||
{
|
||||
cd fatsort-0.9.17.269
|
||||
make install MANDIR=/boot/common/documentation/man/man1 SBINDIR=/boot/common/bin
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user