zip: move man pages to manDir/man1

This commit is contained in:
Jerome Duval
2016-07-16 10:44:42 +00:00
parent 60866990f2
commit 747c7dfdfc

View File

@@ -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
}