diff options
-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 d38401257a06..a4deb3f8265a 100644 --- a/games/openra/Makefile +++ b/games/openra/Makefile @@ -2,8 +2,8 @@ PORTNAME= openra PORTVERSION= 20171014 -PORTREVISION= 1 DISTVERSIONPREFIX= release- +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= https://github.com/${GH_ACCOUNT}/SDL2-CS/releases/download/20161223/:SDL2_CS \ https://github.com/${GH_ACCOUNT}/OpenAL-CS/releases/download/20151227/:OpenAL_CS \ @@ -69,7 +69,7 @@ post-patch: ${WRKSRC}/Makefile ${REINPLACE_CMD} -e '/[[:<:]]get[[:blank:]]/d' \ ${WRKSRC}/thirdparty/fetch-thirdparty-deps.sh - ${FIND} ${WRKSRC}/thirdparty -name '*.config*' -exec ${REINPLACE_CMD} \ + ${FIND} -L ${WRKSRC}/thirdparty -name '*.config*' -exec ${REINPLACE_CMD} \ -i '.bak.os' -e '/linux/{ p; s//${OPSYS:tl}/; }' {} + ${SED} 's/@LIBLUA51@/liblua-${LUA_VER}.so/' \ ${WRKSRC}/thirdparty/Eluant.dll.config.in \ |