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