diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2012-08-24 02:36:17 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2012-08-24 02:36:17 +0000 |
commit | d5bd26906de55ebf318dd9e87ac5042d528bb9ea (patch) | |
tree | 7e4a320e5e5c5b3cca465606ccc7f0aeb2d5402e /games/abe | |
parent | 552671c4937b20a21820617344270829fa96aaef (diff) | |
download | ports-d5bd26906de55ebf318dd9e87ac5042d528bb9ea.tar.gz ports-d5bd26906de55ebf318dd9e87ac5042d528bb9ea.zip |
Fix some OptionsNG conversion typos.
PR: ports/170811
Submitted by: Artis Caune <Artis.Caune@gmail.com>
Notes
Notes:
svn path=/head/; revision=303051
Diffstat (limited to 'games/abe')
-rw-r--r-- | games/abe/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/abe/Makefile b/games/abe/Makefile index 5ebb76a609e7..c36153486fc0 100644 --- a/games/abe/Makefile +++ b/games/abe/Makefile @@ -37,13 +37,13 @@ post-install: .include <bsd.port.options.mk> -.if ${PORT_OPTIONS:MGOD_MODE} || !empty{PORT_OPTIONS:MOPTIMIZED_CFLAGS} +.if ${PORT_OPTIONS:MGOD_MODE} || !empty(PORT_OPTIONS:MOPTIMIZED_CFLAGS) post-patch: . if ${PORT_OPTIONS:MGOD_MODE} @${REINPLACE_CMD} -e 's|\(#define GOD_MODE\) 0|\1 1|' \ ${WRKSRC}/src/Game.h . endif -. if empty(PORT_OPTIONS:MOPTIMIZED_CFLAGS} +. if empty(PORT_OPTIONS:MOPTIMIZED_CFLAGS) @${REINPLACE_CMD} -e 's|-O2||g ; \ s|-fomit-frame-pointer||g ; \ s|-ffast-math||g ; \ |