mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
net-dns/yaddns: drop commandSuffix, simplify PROVIDES.
This commit is contained in:
@@ -11,19 +11,19 @@ SOURCE_DIR="yaddns-yaddns-$portVersion"
|
||||
PATCHES="yaddns-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 ?x86 x86_64"
|
||||
if [ "$targetArchitecture" = x86_gcc2 ]
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
fi
|
||||
|
||||
commandBinDir=$binDir
|
||||
commandSuffix=$secondaryArchSuffix
|
||||
if [ "$targetArchitecture" = x86_gcc2 ]
|
||||
then
|
||||
commandBinDir=$prefix/bin
|
||||
commandSuffix=
|
||||
fi
|
||||
|
||||
PROVIDES="
|
||||
yaddns$secondaryArchSuffix = $portVersion
|
||||
cmd:yaddns$commandSuffix = $portVersion
|
||||
cmd:yaddns = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
|
||||
Reference in New Issue
Block a user