From 51e1159542dfb595beb81048d50f78f950541d3a Mon Sep 17 00:00:00 2001 From: sthen Date: Mon, 29 Aug 2022 12:05:09 +0000 Subject: [PATCH] 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 --- games/qstat/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/games/qstat/Makefile b/games/qstat/Makefile index e91e7309e00..9c8f11edd30 100644 --- a/games/qstat/Makefile +++ b/games/qstat/Makefile @@ -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 @@ -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: