mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
unzip, fix location of manpages (#8547)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user