svn commit: r472205 - head/games/openra

Jan Beich jbeich at FreeBSD.org
Mon Jun 11 20:38:57 UTC 2018


Author: jbeich
Date: Mon Jun 11 20:38:55 2018
New Revision: 472205
URL: https://svnweb.freebsd.org/changeset/ports/472205

Log:
  games/openra: only use -Country suffix in DISTFILES

Modified:
  head/games/openra/Makefile   (contents, props changed)

Modified: head/games/openra/Makefile
==============================================================================
--- head/games/openra/Makefile	Mon Jun 11 20:33:55 2018	(r472204)
+++ head/games/openra/Makefile	Mon Jun 11 20:38:55 2018	(r472205)
@@ -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} \


More information about the svn-ports-all mailing list