svn commit: r431552 - head/x11/sakura

Danilo Egea Gondolfo danilo at FreeBSD.org
Sun Jan 15 12:18:16 UTC 2017


Author: danilo
Date: Sun Jan 15 12:18:14 2017
New Revision: 431552
URL: https://svnweb.freebsd.org/changeset/ports/431552

Log:
  - Fix the string substitution in the post-patch section
  
  Reported by:	Herbert J. Skuhra <herbert at mailbox.org>

Modified:
  head/x11/sakura/Makefile

Modified: head/x11/sakura/Makefile
==============================================================================
--- head/x11/sakura/Makefile	Sun Jan 15 12:02:29 2017	(r431551)
+++ head/x11/sakura/Makefile	Sun Jan 15 12:18:14 2017	(r431552)
@@ -21,10 +21,9 @@ USES=		cmake pkgconfig gettext tar:bzip2
 LDFLAGS+=	-lintl
 
 post-patch:
-	@${REINPLACE_CMD} -e '/NOT MATCHES "Debug"/d ; \
-		 /"-O2"/d ; \
-		's,share/man,man,g' ; \
-		 /FILES INSTALL/d' ${WRKSRC}/CMakeLists.txt
+	@${REINPLACE_CMD} -e 's,share/man,man,g ; \
+		/-O2/d ; \
+		/FILES INSTALL/d' ${WRKSRC}/CMakeLists.txt
 
 post-install:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}


More information about the svn-ports-all mailing list