svn commit: r303287 - head/devel/libhtp

Wesley Shields wxs at FreeBSD.org
Tue Aug 28 14:38:40 UTC 2012


Author: wxs
Date: Tue Aug 28 14:38:40 2012
New Revision: 303287
URL: http://svn.freebsd.org/changeset/ports/303287

Log:
  Silence a REINPLACE_CMD.

Modified:
  head/devel/libhtp/Makefile

Modified: head/devel/libhtp/Makefile
==============================================================================
--- head/devel/libhtp/Makefile	Tue Aug 28 13:36:39 2012	(r303286)
+++ head/devel/libhtp/Makefile	Tue Aug 28 14:38:40 2012	(r303287)
@@ -24,7 +24,7 @@ USE_GNOME=	pkgconfig gnomehack
 USE_ICONV=	yes
 
 pre-configure:
-	${REINPLACE_CMD} -Ee 's,^(pkgconfigdir = ).*,\1$$(exec_prefix)/libdata/pkgconfig,' ${WRKSRC}/Makefile.am
+	@${REINPLACE_CMD} -Ee 's,^(pkgconfigdir = ).*,\1$$(exec_prefix)/libdata/pkgconfig,' ${WRKSRC}/Makefile.am
 	@cd ${WRKSRC} && ${SH} ./autogen.sh
 
 .include <bsd.port.mk>



More information about the svn-ports-head mailing list