From 80a9890a68c5b5b54505bce03d4de1451c748029 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Fri, 28 Apr 2023 13:09:09 +0200 Subject: [PATCH] unzip, fix location of manpages (#8547) --- app-arch/unzip/unzip-6.10c23.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-arch/unzip/unzip-6.10c23.recipe b/app-arch/unzip/unzip-6.10c23.recipe index 46ac0d82a..0b4d27e01 100644 --- a/app-arch/unzip/unzip-6.10c23.recipe +++ b/app-arch/unzip/unzip-6.10c23.recipe @@ -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()