unzip: move man pages to manDir/man1

This commit is contained in:
Jerome Duval
2016-07-16 10:51:00 +00:00
parent 747c7dfdfc
commit a31b482e35

View File

@@ -5,7 +5,7 @@ or test its integrity."
HOMEPAGE="http://www.info-zip.org/UnZip.html"
COPYRIGHT="1995-2014 Greg Roelofs"
LICENSE="Info-ZIP"
REVISION="2"
REVISION="3"
SOURCE_URI="http://downloads.sourceforge.net/project/infozip/UnZip%206.x%20%28latest%29/UnZip%206.0/unzip60.tar.gz"
CHECKSUM_SHA256="036d96991646d0449ed0aa952e4fbe21b476ce994abc276e49d30e686708bd37"
SOURCE_DIR="unzip60"
@@ -35,12 +35,12 @@ BUILD_PREREQUIRES="
BUILD()
{
make -f unix/Makefile haiku MANDIR=$manDir
make -f unix/Makefile haiku MANDIR=$manDir/man1
}
INSTALL()
{
make -f unix/Makefile install PREFIX=$prefix MANDIR=$manDir
make -f unix/Makefile install PREFIX=$prefix MANDIR=$manDir/man1
}
TEST()