diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-06-21 19:39:50 +0800 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-06-21 19:39:50 +0800 |
commit | b34c67419126149816f9596c4a842af455521afc (patch) | |
tree | 8f02b9899dd8c54065e5efe5f1ca01798695e751 /emulators | |
parent | aa7248843e100f75ca625ec33d8f6f086010d62b (diff) | |
download | freebsd-ports-gnome-b34c67419126149816f9596c4a842af455521afc.tar.gz freebsd-ports-gnome-b34c67419126149816f9596c4a842af455521afc.tar.zst freebsd-ports-gnome-b34c67419126149816f9596c4a842af455521afc.zip |
emulators/ppsspp: drop QMake-specific version substitution
QMake build is gone since v1.4
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/ppsspp/Makefile | 4 | ||||
-rw-r--r-- | emulators/rpcs3/Makefile | 4 |
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> |