Date: Thu, 2 May 2013 12:09:32 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317098 - head/emulators/fmsx Message-ID: <201305021209.r42C9WLi031700@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305021209.r42C9WLi031700>