unzip, fix location of manpages (#8547)

This commit is contained in:
Schrijvers Luc
2023-04-28 13:09:09 +02:00
committed by GitHub
parent 75ed042e87
commit 80a9890a68

View File

@@ -5,7 +5,7 @@ or test its integrity."
HOMEPAGE="http://www.info-zip.org/UnZip.html"
COPYRIGHT="1990-2017 Info-ZIP"
LICENSE="Info-ZIP"
REVISION="4"
REVISION="5"
SOURCE_URI="http://antinode.info/ftp/info-zip/unzip610c23.zip"
CHECKSUM_SHA256="a9c3f0b4377aa593a77574e2fb69aeab97e66e93d8b110797f7b329e09848b62"
SOURCE_DIR="unzip610c23"
@@ -37,12 +37,12 @@ BUILD_PREREQUIRES="
BUILD()
{
make -f unix/Makefile haiku MANDIR=$manDir/man1 LN="ln -s"
make -f unix/Makefile haiku MANDIR=$manDir LN="ln -s"
}
INSTALL()
{
make -f unix/Makefile install PREFIX=$prefix MANDIR=$manDir/man1 LN="ln -s"
make -f unix/Makefile install PREFIX=$prefix MANDIR=$manDir LN="ln -s"
}
TEST()