Updated several .bep files to use finddir.

This commit is contained in:
Scott McCreary
2011-04-25 22:09:13 +00:00
parent 46620c0c86
commit 624eff851f
119 changed files with 142 additions and 142 deletions

View File

@@ -11,7 +11,7 @@ BUILD {
aclocal
automake --add-missing
autoconf
./configure --prefix=/boot/common
./configure --prefix=`findir B_COMMON_BIN_DIRECTORY`
make
}

View File

@@ -11,7 +11,7 @@ BUILD {
aclocal
autoconf
automake
./configure --prefix=/boot/common
./configure --prefix=`findir B_COMMON_BIN_DIRECTORY`
make
}

View File

@@ -10,7 +10,7 @@ BUILD {
libtoolize --force --copy --install
aclocal
autoconf
./configure --prefix=/boot/common --disable-aligncheck
./configure --prefix=`findir B_COMMON_BIN_DIRECTORY` --disable-aligncheck
make
}

View File

@@ -8,7 +8,7 @@ DEPEND=""
BUILD {
cd naspro-0.2.9-hg/naspro-core
./autogen.sh
./configure --prefix=/boot/common
./configure --prefix=`findir B_COMMON_BIN_DIRECTORY`
make
}

View File

@@ -14,7 +14,7 @@ MESSAGE="This port requires gcc4"
BUILD {
cd ocp-snapshot-20110319
autoconf
CPPFLAGS=-I/boot/common/include LDFLAGS=-L/boot/common/lib ./configure --prefix=/boot/common
CPPFLAGS=-I/boot/common/include LDFLAGS=-L/boot/common/lib ./configure --prefix=`findir B_COMMON_BIN_DIRECTORY`
make
}

View File

@@ -14,7 +14,7 @@ MESSAGE="This port requires gcc4"
BUILD {
cd ocp-snapshot-20110320
autoconf
CPPFLAGS=-I/boot/common/include LDFLAGS=-L/boot/common/lib ./configure --prefix=/boot/common
CPPFLAGS=-I/boot/common/include LDFLAGS=-L/boot/common/lib ./configure --prefix=`findir B_COMMON_BIN_DIRECTORY`
make
}

View File

@@ -11,7 +11,7 @@ BUILD {
aclocal -I m4
automake
autoconf
./configure --prefix=/boot/common
./configure --prefix=`findir B_COMMON_BIN_DIRECTORY`
make
}

View File

@@ -14,7 +14,7 @@ BUILD {
aclocal -I m4
automake
autoconf
./configure --prefix=/boot/common
./configure --prefix=`findir B_COMMON_BIN_DIRECTORY`
make
}