mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
bind_utils, move manpages to the correct place (#8515)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user