summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2013-07-19 15:12:46 +0000
committerJohan van Selst <johans@FreeBSD.org>2013-07-19 15:12:46 +0000
commit58059c7bf89f5dc31275d659fa6e5fca9e8a705e (patch)
treedb9fc920b7a75c0b2cbf5dae69953cc5fcdf93b2 /games
parent- Update to 0.057 (diff)
Use slashes as regex separators everywhere for consistency
Suggested by: danfe
Notes
Notes: svn path=/head/; revision=323302
Diffstat (limited to 'games')
-rw-r--r--games/ltris/Makefile6
1 files changed, 3 insertions, 3 deletions
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