aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--emulators/ppsspp/Makefile4
-rw-r--r--emulators/rpcs3/Makefile4
2 files changed, 2 insertions, 6 deletions
diff --git a/emulators/ppsspp/Makefile b/emulators/ppsspp/Makefile
index 8cf1e425e17d..1fde1b262da0 100644
--- a/emulators/ppsspp/Makefile
+++ b/emulators/ppsspp/Makefile
@@ -66,9 +66,7 @@ post-patch:
${WRKSRC}/assets/gamecontrollerdb.txt
@${REINPLACE_CMD} -e 's,/usr/share,${PREFIX}/share,' \
${WRKSRC}/UI/NativeApp.cpp
- @${REINPLACE_CMD} \
- -e 's/"unknown"/"${GH_TAGNAME}"/' \
- -e 's/^\(VERSION =\).*/\1 ${GH_TAGNAME}/' \
+ @${REINPLACE_CMD} -e 's/"unknown"/"${GH_TAGNAME}"/' \
${WRKSRC}/git-version.cmake
do-install:
diff --git a/emulators/rpcs3/Makefile b/emulators/rpcs3/Makefile
index 699630133d62..58f5f87da8d0 100644
--- a/emulators/rpcs3/Makefile
+++ b/emulators/rpcs3/Makefile
@@ -46,9 +46,7 @@ PLIST_FILES= bin/${PORTNAME} \
post-patch:
@${REINPLACE_CMD} -e 's/5\.8/5\.7/' ${WRKSRC}/${PORTNAME}/CMakeLists.txt
- @${REINPLACE_CMD} \
- -e 's/"unknown"/"${GH_TAGNAME}"/' \
- -e 's/^\(VERSION =\).*/\1 ${GH_TAGNAME}/' \
+ @${REINPLACE_CMD} -e 's/"unknown"/"${GH_TAGNAME}"/' \
${WRKSRC}/${PORTNAME}/git-version.cmake
.include <bsd.port.mk>