correctly pass QSTAT_VERSION into autogen.sh script; before it was passing
in a bogus version number (it's only setup to work when run from a git checkout) and newer automake complains
This commit is contained in:
parent
46d3aaf4e2
commit
51e1159542
@ -3,6 +3,7 @@ COMMENT= displays the status of multi-player Internet Game servers
|
||||
GH_ACCOUNT= multiplay
|
||||
GH_PROJECT= qstat
|
||||
GH_TAGNAME= v2.17
|
||||
REVISION= 0
|
||||
|
||||
CATEGORIES= games
|
||||
MAINTAINER= Tom Murphy <openbsd@pertho.net>
|
||||
@ -17,7 +18,7 @@ CONFIGURE_STYLE = autoreconf
|
||||
|
||||
AUTOCONF_VERSION = 2.71
|
||||
AUTOMAKE_VERSION = 1.16
|
||||
AUTORECONF = ./autogen.sh
|
||||
AUTORECONF = env QSTAT_VERSION=${GH_TAGNAME} ./autogen.sh
|
||||
USE_GMAKE = yes
|
||||
|
||||
post-install:
|
||||
|
Loading…
x
Reference in New Issue
Block a user