svn commit: r323302 - head/games/ltris

Johan van Selst johans at FreeBSD.org
Fri Jul 19 15:12:47 UTC 2013


Author: johans
Date: Fri Jul 19 15:12:46 2013
New Revision: 323302
URL: http://svnweb.freebsd.org/changeset/ports/323302

Log:
  Use slashes as regex separators everywhere for consistency
  
  Suggested by:	danfe

Modified:
  head/games/ltris/Makefile

Modified: head/games/ltris/Makefile
==============================================================================
--- head/games/ltris/Makefile	Fri Jul 19 15:02:52 2013	(r323301)
+++ head/games/ltris/Makefile	Fri Jul 19 15:12:46 2013	(r323302)
@@ -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
 


More information about the svn-ports-all mailing list