diff --git a/app-arch/unzip/unzip-6.0.recipe b/app-arch/unzip/unzip-6.0.recipe index ba7fe40cf..8747c73ed 100644 --- a/app-arch/unzip/unzip-6.0.recipe +++ b/app-arch/unzip/unzip-6.0.recipe @@ -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()