mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-02 13:08:53 +02:00
Attempt to clean up the DEPEND field of some of the bep files to match the format described on the wiki.
This commit is contained in:
@@ -13,9 +13,5 @@ BUILD {
|
||||
|
||||
INSTALL {
|
||||
cd p7zip_9.04
|
||||
if [ -n "${DESTDIR}" ];then
|
||||
make install DEST_DIR="${DESTDIR}" DEST_HOME="/boot/common"
|
||||
else
|
||||
make install DEST_HOME=/boot/common
|
||||
fi
|
||||
make install DEST_DIR="${DESTDIR}" DEST_HOME="/boot/common"
|
||||
}
|
||||
|
||||
@@ -4,7 +4,8 @@ SRC_URI="http://tukaani.org/xz/xz-4.999.9beta.tar.bz2"
|
||||
CHECKSUM_MD5="cc4044fcc073b8bcf3164d1d0df82161"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="gcc4"
|
||||
MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building."
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
cd xz-4.999.9beta
|
||||
cp -f /boot/common/bin/libtool .
|
||||
|
||||
Reference in New Issue
Block a user