svn commit: r320112 - head/games/fairymax

Baptiste Daroussin bapt at FreeBSD.org
Thu Jun 6 16:02:07 UTC 2013


Author: bapt
Date: Thu Jun  6 16:02:06 2013
New Revision: 320112
URL: http://svnweb.freebsd.org/changeset/ports/320112

Log:
  Fix conversion
  
  Reported by:	wg

Modified:
  head/games/fairymax/Makefile

Modified: head/games/fairymax/Makefile
==============================================================================
--- head/games/fairymax/Makefile	Thu Jun  6 15:59:25 2013	(r320111)
+++ head/games/fairymax/Makefile	Thu Jun  6 16:02:06 2013	(r320112)
@@ -37,7 +37,7 @@ MAKE_ARGS+=	INI_FILE_fmax=${DATADIR}/fma
 
 .include <bsd.port.options.mk>
 
-.if ! ${PORT_OPTIONS:MOCFLAGS}
+.if ${PORT_OPTIONS:MOPTIMIZED_CLAGS}
 CFLAGS+=	-O2
 .else
 CFLAGS+=


More information about the svn-ports-all mailing list