diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-20 15:33:20 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-20 15:33:20 +0000 |
commit | e50dc2a33659f6b4119906eca4efb0e803b64bfb (patch) | |
tree | d74ba65fed8db0fd098d71428aebd9af6e665d09 /games/vodovod | |
parent | Remove unused variable. (diff) |
Cleanup $() variables in ports Makefiles.
Mostly replace with ${}, but sometime, replace with $$() because it is
what was intended in the first place. (I think.)
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=418840
Diffstat (limited to 'games/vodovod')
-rw-r--r-- | games/vodovod/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/vodovod/Makefile b/games/vodovod/Makefile index ab66352bd53f..8ab97147e308 100644 --- a/games/vodovod/Makefile +++ b/games/vodovod/Makefile @@ -42,7 +42,7 @@ post-patch: @${REINPLACE_CMD} -e 's|PREFIX=/usr|PREFIX=${PREFIX}|' \ -e 's|CC = g++|CC ?= g++|' \ -e 's|CC|CXX|' \ - -e 's|sdl-config|$(SDL_CONFIG)|' \ + -e 's|sdl-config|${SDL_CONFIG}|' \ -e '/^MY_CFLAGS/ s| = | = ${CXXFLAGS} |' \ ${WRKSRC}/Makefile |