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:
sthen 2022-08-29 12:05:09 +00:00
parent 46d3aaf4e2
commit 51e1159542
1 changed files with 2 additions and 1 deletions

View File

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