svn commit: r344092 - head/games/lmarbles

Rusmir Dusko nemysis at FreeBSD.org
Thu Feb 13 12:17:13 UTC 2014


Author: nemysis
Date: Thu Feb 13 12:17:12 2014
New Revision: 344092
URL: http://svnweb.freebsd.org/changeset/ports/344092
QAT: https://qat.redports.org/buildarchive/r344092/

Log:
  - Simplify REINPLACE, don't silence warnings
  
  PR:		ports/186709
  Submitted by:	amdmi3@

Modified:
  head/games/lmarbles/Makefile

Modified: head/games/lmarbles/Makefile
==============================================================================
--- head/games/lmarbles/Makefile	Thu Feb 13 12:05:28 2014	(r344091)
+++ head/games/lmarbles/Makefile	Thu Feb 13 12:17:12 2014	(r344092)
@@ -32,12 +32,11 @@ DOC_FILES2=	*.jpg *.html
 OPTIONS_DEFINE=	DOCS
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|(datadir)/icons|(datadir)/pixmaps|g ; \
+	@${REINPLACE_CMD} -e 's|(datadir)/icons|(datadir)/pixmaps|; \
 	s|(datadir)/pixmaps/lmarbles48.gif|(datadir)/pixmaps/lmarbles48.png|' \
 		${WRKSRC}/Makefile.in
-	@${REINPLACE_CMD} -e 's|@CFLAGS@|@CFLAGS@ -w| ; \
-	s|-m 666||g ; \
-	s|lmarbles.prfs|lmarbles.prfs.sample|g' \
+	@${REINPLACE_CMD} -e 's|-m 666||; \
+		s|lmarbles.prfs|lmarbles.prfs.sample|' \
 		${WRKSRC}/src/Makefile.in
 	@${REINPLACE_CMD} -e 's|icons/lmarbles48.gif|icons/lmarbles48.png|' \
 		${WRKSRC}/lmarbles.desktop.in


More information about the svn-ports-all mailing list