From 747c7dfdfc67667070137b16305f5a0806633796 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Sat, 16 Jul 2016 10:44:42 +0000 Subject: [PATCH] zip: move man pages to manDir/man1 --- app-arch/zip/zip-3.0.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-arch/zip/zip-3.0.recipe b/app-arch/zip/zip-3.0.recipe index b7c8dc44d..5ba77966a 100644 --- a/app-arch/zip/zip-3.0.recipe +++ b/app-arch/zip/zip-3.0.recipe @@ -5,7 +5,7 @@ incremental backups and multi-part archives." HOMEPAGE="http://www.info-zip.org/Zip.html" COPYRIGHT="1990-2008 Info-ZIP" LICENSE="Info-ZIP" -REVISION="2" +REVISION="3" SOURCE_URI="http://downloads.sourceforge.net/project/infozip/Zip%203.x%20%28latest%29/3.0/zip30.tar.gz" CHECKSUM_SHA256="f0e8bb1f9b7eb0b01285495a2699df3a4b766784c1765a8f1aeedf63c0806369" SOURCE_DIR="zip30" @@ -39,7 +39,7 @@ BUILD() { sh unix/configure \ && echo LFLAGS2=\"-lbe\" >> flags \ - && make -f unix/Makefile generic MANDIR=$manDir + && make -f unix/Makefile generic MANDIR=$manDir/man1 } INSTALL() @@ -48,5 +48,5 @@ INSTALL() BINDIR=$binDir \ INCLUDEDIR=$includeDir \ LIBDIR=$libDir \ - MANDIR=$manDir + MANDIR=$manDir/man1 }