From cc661ba8399f09290d77cbd131fbe8bf2de65779 Mon Sep 17 00:00:00 2001 From: jbeich Date: Tue, 30 Jan 2018 21:38:18 +0000 Subject: games/openra: de-duplicate dllmap in *.config files SharpFont.dll.config already has os="freebsd" line but not os="dragonfly". Due to symlinks this can lead to --- games/openra/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games') diff --git a/games/openra/Makefile b/games/openra/Makefile index a4deb3f8265a..4c89749f491a 100644 --- a/games/openra/Makefile +++ b/games/openra/Makefile @@ -70,7 +70,7 @@ post-patch: ${REINPLACE_CMD} -e '/[[:<:]]get[[:blank:]]/d' \ ${WRKSRC}/thirdparty/fetch-thirdparty-deps.sh ${FIND} -L ${WRKSRC}/thirdparty -name '*.config*' -exec ${REINPLACE_CMD} \ - -i '.bak.os' -e '/linux/{ p; s//${OPSYS:tl}/; }' {} + + -i '.bak.os' -e '/${OPSYS:tl}/d; /linux/{ p; s//${OPSYS:tl}/; }' {} + ${SED} 's/@LIBLUA51@/liblua-${LUA_VER}.so/' \ ${WRKSRC}/thirdparty/Eluant.dll.config.in \ >${WRKSRC}/Eluant.dll.config -- cgit