From ec3f6fcb8f3df47dbff80f6830c99cb3de2cea4f Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Mon, 11 Jun 2018 20:38:55 +0000 Subject: [PATCH] games/openra: only use -Country suffix in DISTFILES --- games/openra/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games/openra/Makefile b/games/openra/Makefile index 57d20789f763..7d75d9a018be 100644 --- a/games/openra/Makefile +++ b/games/openra/Makefile @@ -59,9 +59,9 @@ TEST_ALL_TARGET=test post-extract: ${CP} ${DISTFILES:C/:.*//:N*.nupkg:N*.tar*:S,^,${_DISTDIR}/,} \ - ${WRKDIR}/GeoLite2-Country*/GeoLite2-Country.mmdb \ + ${WRKDIR}/GeoLite2-*/*.mmdb \ ${NUGET_PACKAGEDIR} - ${GZIP_CMD} ${NUGET_PACKAGEDIR}/GeoLite2-Country.mmdb + ${GZIP_CMD} ${NUGET_PACKAGEDIR}/*.mmdb post-patch: ${REINPLACE_CMD} \