aboutsummaryrefslogtreecommitdiff
path: root/games/blockrage
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-07-20 15:33:20 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-07-20 15:33:20 +0000
commite50dc2a33659f6b4119906eca4efb0e803b64bfb (patch)
treed74ba65fed8db0fd098d71428aebd9af6e665d09 /games/blockrage
parent699288db85300808717293ff894f66a1b6091b29 (diff)
downloadports-e50dc2a33659f6b4119906eca4efb0e803b64bfb.tar.gz
ports-e50dc2a33659f6b4119906eca4efb0e803b64bfb.zip
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/blockrage')
-rw-r--r--games/blockrage/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/blockrage/Makefile b/games/blockrage/Makefile
index 0acc519991b4..2c19e4b2213f 100644
--- a/games/blockrage/Makefile
+++ b/games/blockrage/Makefile
@@ -37,7 +37,7 @@ post-patch:
's|prefix=/usr/local|prefix=${PREFIX}|; \
s|MYCC=gcc|MYCC?=${CC}|; \
s|-s -O2 -Wall||; \
- s|sdl-config|$(SDL_CONFIG)|; \
+ s|sdl-config|${SDL_CONFIG}|; \
s|MAKE=make|MAKE=${MAKE}|' \
${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|gcc -s|${CC}|' \