diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-06-11 20:38:55 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-06-11 20:38:55 +0000 |
commit | ec3f6fcb8f3df47dbff80f6830c99cb3de2cea4f (patch) | |
tree | 7680c83923624b5b4e1095f3434ad3e2dbdc8c4e /games | |
parent | c7365d53d1160cb7270b0c8a4e969872d8225a1b (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/openra/Makefile | 4 |
1 files 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} \ |