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/legend-of-edgar/Makefile | |
parent | 699288db85300808717293ff894f66a1b6091b29 (diff) | |
download | ports-e50dc2a33659f6b4119906eca4efb0e803b64bfb.tar.gz ports-e50dc2a33659f6b4119906eca4efb0e803b64bfb.zip |
Notes
Diffstat (limited to 'games/legend-of-edgar/Makefile')
-rw-r--r-- | games/legend-of-edgar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/legend-of-edgar/Makefile b/games/legend-of-edgar/Makefile index 69ccba1883c4..935712d29316 100644 --- a/games/legend-of-edgar/Makefile +++ b/games/legend-of-edgar/Makefile @@ -38,7 +38,7 @@ post-patch: s|/share/games/edgar/|/share/edgar/|; \ s|/share/man/|/man/|; \ s|-Wall ||; \ - s|sdl-config|$(SDL_CONFIG)|; \ + s|sdl-config|${SDL_CONFIG}|; \ s|-s ||' \ ${WRKSRC}/makefile @${REINPLACE_CMD} -e 's|SDL/SDL|${LOCALBASE}/include/SDL/SDL|g' \ |