mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
txt2man, bump version, current one wants to fallback on ksh (#9499)
This commit is contained in:
@@ -2,11 +2,11 @@ SUMMARY="Scripts to convert regular ASCII text to man pages"
|
||||
DESCRIPTION="Txt2man converts flat ASCII text to man page format. It is a \
|
||||
shell script using gnu awk, that should run on any Unix like system."
|
||||
HOMEPAGE="https://github.com/mvertes/txt2man"
|
||||
COPYRIGHT="2001-2016 Marc Vertes"
|
||||
COPYRIGHT="2001-2020 Marc Vertes"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/mvertes/txt2man/archive/txt2man-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="f6939e333a12e1ecceccaa547b58f4bf901a580cd2d8f822f8c292934c920c99"
|
||||
CHECKSUM_SHA256="4d9b1bfa2b7a5265b4e5cb3aebc1078323b029aa961b6836d8f96aba6a9e434d"
|
||||
SOURCE_DIR="txt2man-txt2man-$portVersion"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
@@ -23,19 +23,10 @@ REQUIRES="
|
||||
cmd:awk
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:awk
|
||||
cmd:make
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
:
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install prefix=$prefix
|
||||
Reference in New Issue
Block a user