bind_utils, move manpages to the correct place (#8515)

This commit is contained in:
Schrijvers Luc
2023-04-25 10:05:33 +02:00
committed by GitHub
parent 64f4f53b5e
commit bfd07545a2

View File

@@ -3,7 +3,7 @@ DESCRIPTION="bind_utils is a collection of DNS troubleshooting applications"
HOMEPAGE="https://isc.org"
COPYRIGHT="Internet Systems Consortium, Inc. ('ISC')"
LICENSE="MPL v2.0"
REVISION="2"
REVISION="3"
SOURCE_URI="ftp://ftp.isc.org/isc/bind9/$portVersion/bind-$portVersion.tar.xz"
CHECKSUM_SHA256="508c94e8c9884f6075fa820a51efae04a1758dbdd157b01695ea6cd07049c221"
SOURCE_DIR="bind-$portVersion"
@@ -69,10 +69,10 @@ BUILD()
INSTALL()
{
mkdir -p $docDir
mkdir -p $manDir/man1
make -C bin/dig install
cp -v doc/man/{dig.1,host.1,nslookup.1} $docDir
cp -v doc/man/{dig.1,host.1,nslookup.1} $manDir/man1
}
TEST()