svn commit: r317098 - head/emulators/fmsx

Baptiste Daroussin bapt at FreeBSD.org
Thu May 2 12:09:32 UTC 2013


Author: bapt
Date: Thu May  2 12:09:32 2013
New Revision: 317098
URL: http://svnweb.freebsd.org/changeset/ports/317098

Log:
  Fix syntaxe error introduced by conversion to new options framework

Modified:
  head/emulators/fmsx/Makefile

Modified: head/emulators/fmsx/Makefile
==============================================================================
--- head/emulators/fmsx/Makefile	Thu May  2 12:09:02 2013	(r317097)
+++ head/emulators/fmsx/Makefile	Thu May  2 12:09:32 2013	(r317098)
@@ -40,7 +40,7 @@ post-patch:
 	${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},' \
 		${WRKSRC}/fMSX/Unix/Makefile \
 		${WRKSRC}/EMULib/Rules.Unix
-.if ${PORT_OPTIONS:MBPP32) || defined(PACKAGE_BUILDING) || defined(BATCH}
+.if ${PORT_OPTIONS:MBPP32} || defined(PACKAGE_BUILDING) || defined(BATCH)
 	${REINPLACE_CMD} -e 's/BPP16/BPP32/' ${WRKSRC}/fMSX/Unix/Makefile
 .endif
 .if ${PORT_OPTIONS:MBPP24}


More information about the svn-ports-all mailing list