patchutils: install man pages (#9450)

This commit is contained in:
augiedoggie
2023-09-18 22:49:14 -06:00
committed by GitHub
parent 9b8b180d57
commit 628414a374

View File

@@ -21,7 +21,7 @@ contains a given regular expression.
HOMEPAGE="http://cyberelk.net/tim/patchutils/"
COPYRIGHT="2001-2015 Tim Waugh"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="http://cyberelk.net/tim/data/patchutils/stable/patchutils-$portVersion.tar.xz"
CHECKSUM_SHA256="8875b0965fe33de62b890f6cd793be7fafe41a4e552edbf641f1fed5ebbf45ed"
@@ -79,6 +79,9 @@ BUILD()
INSTALL()
{
make install
mkdir -pv $manDir/man1
cp -afv doc/*.1 $manDir/man1
}
TEST()