mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 20:20:06 +02:00
sys-devel/lemon: drop commandSuffix, simplify PROVIDES.
This commit is contained in:
@@ -21,19 +21,19 @@ SOURCE_DIR_2=""
|
||||
SOURCE_DIR_3=""
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
if [ "$targetArchitecture" = x86_gcc2 ]; then
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
fi
|
||||
|
||||
# On x86_gcc2 we don't want to install the commands in bin/<arch>/, but in bin/.
|
||||
commandSuffix=$secondaryArchSuffix
|
||||
commandBinDir=$binDir
|
||||
if [ "$targetArchitecture" = x86_gcc2 ]; then
|
||||
commandSuffix=
|
||||
commandBinDir=$prefix/bin
|
||||
fi
|
||||
|
||||
PROVIDES="
|
||||
lemon$secondaryArchSuffix = $portVersion
|
||||
cmd:lemon$commandSuffix = 1.0 compat >= 1
|
||||
cmd:lemon = 1.0 compat >= 1
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
|
||||
Reference in New Issue
Block a user