svn commit: r313171 - head/textproc/meld

Pawel Pekala pawel at FreeBSD.org
Fri Mar 1 22:41:59 UTC 2013


Author: pawel
Date: Fri Mar  1 22:41:58 2013
New Revision: 313171
URL: http://svnweb.freebsd.org/changeset/ports/313171

Log:
  Silence REINPLACE_CMDs

Modified:
  head/textproc/meld/Makefile

Modified: head/textproc/meld/Makefile
==============================================================================
--- head/textproc/meld/Makefile	Fri Mar  1 22:36:14 2013	(r313170)
+++ head/textproc/meld/Makefile	Fri Mar  1 22:41:58 2013	(r313171)
@@ -32,9 +32,9 @@ PLIST_SUB+=	NLS="@comment "
 .endif
 
 post-patch:
-	${REINPLACE_CMD} '/docdir_/d' ${WRKSRC}/Makefile
+	@${REINPLACE_CMD} '/docdir_/d' ${WRKSRC}/Makefile
 .if !${PORT_OPTIONS:MNLS}
-	${REINPLACE_CMD} '/po install/d' ${WRKSRC}/Makefile
+	@${REINPLACE_CMD} '/po install/d' ${WRKSRC}/Makefile
 .endif
 
 .for file in help/C/Makefile help/es/Makefile help/fr/Makefile


More information about the svn-ports-head mailing list