From 391d5fb354382dc00a6686a0c3db30d1727d8a2f Mon Sep 17 00:00:00 2001 From: johans Date: Fri, 19 Jul 2013 15:12:46 +0000 Subject: Use slashes as regex separators everywhere for consistency Suggested by: danfe --- games/ltris/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'games') diff --git a/games/ltris/Makefile b/games/ltris/Makefile index b1fb0664dd6b..5b4e2637ccd6 100644 --- a/games/ltris/Makefile +++ b/games/ltris/Makefile @@ -28,9 +28,9 @@ PLIST_SUB+= NLS="@comment " .endif post-patch: - @${REINPLACE_CMD} -e 's|/icons|/pixmaps|g' ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e 's|= @mixer_flag@|= @INTLLIBS@ @mixer_flag@|g ; \ - s|--mode=666||g' ${WRKSRC}/src/Makefile.in + @${REINPLACE_CMD} -e 's/\/icons/\/pixmaps/g' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e 's/= @mixer_flag@/= @INTLLIBS@ @mixer_flag@/g ; \ + s/--mode=666//g' ${WRKSRC}/src/Makefile.in @${REINPLACE_CMD} -e 's/^inline //' \ ${WRKSRC}/src/sdl.h ${WRKSRC}/src/tools.h -- cgit