diff options
author | johans <johans@FreeBSD.org> | 2013-07-19 23:12:46 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2013-07-19 23:12:46 +0800 |
commit | 391d5fb354382dc00a6686a0c3db30d1727d8a2f (patch) | |
tree | db9fc920b7a75c0b2cbf5dae69953cc5fcdf93b2 /games | |
parent | fc9a2d4b203daed4d39f1ae34c8a59917dd74676 (diff) | |
download | freebsd-ports-gnome-391d5fb354382dc00a6686a0c3db30d1727d8a2f.tar.gz freebsd-ports-gnome-391d5fb354382dc00a6686a0c3db30d1727d8a2f.tar.zst freebsd-ports-gnome-391d5fb354382dc00a6686a0c3db30d1727d8a2f.zip |
Use slashes as regex separators everywhere for consistency
Suggested by: danfe
Diffstat (limited to 'games')
-rw-r--r-- | games/ltris/Makefile | 6 |
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 |