From a31b482e3526c38732e6be228efa7d75df0ce1de Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Sat, 16 Jul 2016 10:51:00 +0000 Subject: [PATCH] unzip: move man pages to manDir/man1 --- app-arch/unzip/unzip-6.0.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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()