mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
zip: move man pages to manDir/man1
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user